Instance Constructors
-
new
SslTransport
()
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
_start
(onCompleted: Runnable): Unit
-
def
_stop
(onCompleted: Runnable): Unit
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
connected
(channel: SocketChannel): Unit
-
def
connecting
(remoteLocation: URI, localLocation: URI): Unit
-
def
drainInbound
(): Unit
-
def
drainOutbound
(): Unit
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
flush
(): Boolean
-
def
full
(): Boolean
-
def
getClass
(): java.lang.Class[_]
-
def
getDispatchQueue
(): DispatchQueue
-
def
getLocalAddress
(): SocketAddress
-
def
getMax_read_rate
(): Int
-
def
getMax_write_rate
(): Int
-
def
getPeerX509Certificates
(): Array[X509Certificate]
-
def
getProtocolCodec
(): ProtocolCodec
-
def
getReceive_buffer_size
(): Int
-
def
getRemoteAddress
(): SocketAddress
-
def
getSSLSession
(): SSLSession
-
def
getSend_buffer_size
(): Int
-
def
getServiceState
(): State
-
def
getSocketChannel
(): SocketChannel
-
def
getTraffic_class
(): Int
-
def
getTransportListener
(): TransportListener
-
def
getTypeId
(): String
-
def
handshake
(): Unit
-
def
hashCode
(): Int
-
def
initializeCodec
(): Unit
-
def
isConnected
(): Boolean
-
def
isDisposed
(): Boolean
-
def
isFaultTolerant
(): Boolean
-
def
isInstanceOf
[T0]
: Boolean
-
def
isKeep_alive
(): Boolean
-
def
isUseLocalHost
(): Boolean
-
def
narrow
[T]
(target: Class[T]): T
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
offer
(command: Any): Boolean
-
def
onConnected
(): Unit
-
def
onTransportFailure
(error: IOException): Unit
-
def
readChannel
(): ReadableByteChannel
-
def
reconnect
(uri: URI): Unit
-
def
resolveHostName
(host: String): String
-
def
resumeRead
(): Unit
-
def
resumeWrite
(): Unit
-
def
setDispatchQueue
(queue: DispatchQueue): Unit
-
def
setKeep_alive
(keep_alive: Boolean): Unit
-
def
setMax_read_rate
(max_read_rate: Int): Unit
-
def
setMax_write_rate
(max_write_rate: Int): Unit
-
def
setProtocolCodec
(protocolCodec: ProtocolCodec): Unit
-
def
setReceive_buffer_size
(receive_buffer_size: Int): Unit
-
def
setSSLContext
(ctx: SSLContext): Unit
-
def
setSend_buffer_size
(send_buffer_size: Int): Unit
-
def
setTraffic_class
(traffic_class: Int): Unit
-
def
setTransportListener
(listener: TransportListener): Unit
-
def
setUseLocalHost
(useLocalHost: Boolean): Unit
-
def
start
(arg0: Runnable): Unit
-
def
start
(): Unit
-
def
stop
(arg0: Runnable): Unit
-
def
stop
(): Unit
-
def
suspendRead
(): Unit
-
def
suspendWrite
(): 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
writeChannel
(): WritableByteChannel
Inherited from Transport
Inherited from JavaBaseService
Inherited from Service
Inherited from AnyRef
Inherited from Any