org
.
apache
.
avro
.
ipc
AsyncHttpTransceiver
class
AsyncHttpTransceiver
extends
HttpTransceiver
with
AsyncTransceiver
Linear Supertypes
AsyncTransceiver
,
HttpTransceiver
,
Transceiver
,
Closeable
,
AutoCloseable
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
AsyncHttpTransceiver
AsyncTransceiver
HttpTransceiver
Transceiver
Closeable
AutoCloseable
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
AsyncHttpTransceiver
(
url:
URL
)
Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
asyncReadBuffers
()
:
Promise
[
List
[
ByteBuffer
]]
def
asyncTransceive
(
request:
List
[
ByteBuffer
]
,
postRequestPreparer:
PostRequestPreparer
)
:
Promise
[
List
[
ByteBuffer
]]
Definition Classes
AsyncHttpTransceiver
→
AsyncTransceiver
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
close
()
:
Unit
Definition Classes
Transceiver → Closeable → AutoCloseable
Annotations
@throws
(
classOf[java.io.IOException]
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getContentType
()
:
String
Attributes
protected[
org.apache.avro.ipc
]
def
getRemote
()
:
Protocol
Definition Classes
Transceiver
def
getRemoteName
()
:
String
Definition Classes
HttpTransceiver → Transceiver
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
isConnected
()
:
Boolean
Definition Classes
Transceiver
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
lockChannel
()
:
Unit
Definition Classes
Transceiver
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
postRequest
(
url:
URL
,
body:
Array
[
Byte
]
,
postRequestPreparer:
PostRequestPreparer
)
:
Promise
[
WSResponse
]
Attributes
protected[
org.apache.avro.ipc
]
def
readBuffers
()
:
List
[
ByteBuffer
]
Definition Classes
AsyncHttpTransceiver
→ HttpTransceiver → Transceiver
def
setRemote
(
arg0:
Protocol
)
:
Unit
Definition Classes
Transceiver
def
setTimeout
(
timeout:
Int
)
:
Unit
Definition Classes
AsyncHttpTransceiver
→ HttpTransceiver
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
transceive
(
request:
List
[
ByteBuffer
]
,
postRequestPreparer:
PostRequestPreparer
)
:
List
[
ByteBuffer
]
Definition Classes
AsyncHttpTransceiver
→
AsyncTransceiver
def
transceive
(
arg0:
List
[
ByteBuffer
]
,
arg1:
Callback
[
List
[
ByteBuffer
]]
)
:
Unit
Definition Classes
Transceiver
Annotations
@throws
(
classOf[java.io.IOException]
)
def
transceive
(
arg0:
List
[
ByteBuffer
]
)
:
List
[
ByteBuffer
]
Definition Classes
Transceiver
Annotations
@throws
(
classOf[java.io.IOException]
)
def
unlockChannel
()
:
Unit
Definition Classes
Transceiver
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
writeBuffers
(
buffers:
List
[
ByteBuffer
]
,
postRequestPreparer:
PostRequestPreparer
)
:
Unit
def
writeBuffers
(
buffers:
List
[
ByteBuffer
]
)
:
Unit
Definition Classes
AsyncHttpTransceiver
→ HttpTransceiver → Transceiver
Inherited from
AsyncTransceiver
Inherited from
HttpTransceiver
Inherited from
Transceiver
Inherited from
Closeable
Inherited from
AutoCloseable
Inherited from
AnyRef
Inherited from
Any
Ungrouped