Instance Constructors
-
new
Http
()
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
apply
[T]
(callback: Callback[T]): HttpPackage[T]
-
def
apply
[T]
(hand: Handler[T]): HttpPackage[T]
-
def
asInstanceOf
[T0]
: T0
-
lazy val
client
: DefaultHttpAsyncClient
-
def
clone
(): AnyRef
-
def
consumeContent
(entity: Option[HttpEntity]): Unit
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
execute
[T]
(host: HttpHost, credsopt: Option[Credentials], req: HttpRequestBase, block: (HttpResponse) ⇒ T, listener: ExceptionListener): HttpPackage[T]
-
def
executeWithCallback
[T]
(host: HttpHost, credsopt: Option[Credentials], req: HttpRequestBase, callback: Callback[T]): ConsumerFuture[T]
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
lazy val
log
: Logger
-
def
make_client
: DefaultHttpAsyncClient
-
def
make_logger
: Logger
-
def
make_message
(req: Request): HttpRequestBase
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
shutdown
(): Unit
-
def
shutdownClient
(): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
when
[T]
(chk: (Int) ⇒ Boolean)(hand: Handler[T]): HttpPackage[T]
-
def
x
[T]
(hand: Handler[T]): HttpPackage[T]
-
def
x
[T]
(req: Request)(block: F[T]): HttpPackage[T]
Inherited from HttpExecutor
Inherited from RequestLogging
Inherited from AnyRef
Inherited from Any