ConnectionI class abstract

Inheritance
Implementers

Constructors

ConnectionI(ObjectAdapter? adapter, IPEndpoint endpoint)

Properties

adapter ObjectAdapter?
final
connectionValidated Completer<bool>
final
endpoint IPEndpoint
final
hashCode int
The hash code for this object.
no setterinherited
replyHandleMap Map<int, ReplyHandle>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state ConnectionState
getter/setter pair
validated bool
getter/setter pair

Methods

buildCloseMsg() OutputStream
buildHeartbeat() OutputStream
close(ConnectionClose mode) → void
inherited
createProxy(Identity id) ObjectPrx?
override
flushBatchRequests(CompressBatch compress) → void
override
getAdapter() ObjectAdapter?
override
getEndpoint() Endpoint
override
handleMessage(Header header, InputStream body) → void
heartbeat() → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseMessage(InputStream input) → void
sendClose() → void
sendReply(Message reply) → void
sendRequest(OutputStream out, int requestId, ReplyHandle handle) → void
setAdapter(ObjectAdapter adapter) → void
override
setBufferSize(int rcvSize, int sndSize) → void
inherited
setCloseCallback(CloseCallback callback) → void
override
setHeartbeatCallback(HeartbeatCallback callback) → void
override
toString() String
A string representation of this object.
inherited
type() String
Return the connection type. This corresponds to the endpoint type, i.e., "tcp", "udp", etc.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited