Type Members
-
type
HttpPackage
[T]
= T
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
-
val
client
: HttpClient
-
def
clone
(): AnyRef
-
def
consumeContent
(entity: Option[HttpEntity]): Unit
-
val
credentials
: DynamicVariable[Option[(AuthScope, Credentials)]]
-
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]): HttpPackage[T]
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
lazy val
log
: Logger
-
-
def
make_logger
: Logger
-
def
make_message
(req: Request): HttpRequestBase
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
pack
[T]
(req: AnyRef { def abort(): Unit }, result: ⇒ T): T
-
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]
Deprecated Value Members
-
def
x
[T]
(req: Request)(block: F[T]): HttpPackage[T]
Inherited from Http
Inherited from BlockingHttp
Inherited from BlockingCallback
Inherited from HttpExecutor
Inherited from RequestLogging
Inherited from AnyRef
Inherited from Any