Instance Constructors
-
new
WebSocketTransport
(server: WsTransportServer, request: HttpServletRequest, protocol: String)
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
var
_serviceFailure
: Exception
-
var
_service_state
: State
-
def
_start
(on_completed: Task): Unit
-
var
_start_transition_counter
: Int
-
def
_stop
(on_completed: Task): Unit
-
def
asInstanceOf
[T0]
: T0
-
def
assert_executing
: Unit
-
var
binary_transfers
: Boolean
-
def
canEqual
(arg0: Any): Boolean
-
val
certificates
: Array[X509Certificate]
-
def
clone
(): AnyRef
-
def
close
(): Unit
-
var
closed
: Option[(Int, String)]
-
var
connection
: Connection
-
var
dispatchQueue
: DispatchQueue
-
def
dispatch_queue
: DispatchQueue
-
def
drain_inbound
: Unit
-
val
drain_outbound_events
: CustomDispatchSource[Integer, Integer]
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
flush
(): Unit
-
def
full
(): Boolean
-
def
getClass
(): java.lang.Class[_]
-
def
getDispatchQueue
(): DispatchQueue
-
def
getLocalAddress
(): InetSocketAddress
-
def
getPeerX509Certificates
(): Array[X509Certificate]
-
def
getProtocolCodec
(): ProtocolCodec
-
def
getRemoteAddress
(): InetSocketAddress
-
def
getTransportListener
(): TransportListener
-
def
hashCode
(): Int
-
val
inbound
: ListBuffer[Buffer]
-
var
inbound_capacity_remaining
: Int
-
var
inbound_dispatch_queue
: DispatchQueue
-
def
isClosed
(): Boolean
-
def
isConnected
(): Boolean
-
def
isInstanceOf
[T0]
: Boolean
-
def
isOpen
(): Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
offer
(command: AnyRef): Boolean
-
def
onClose
(closeCode: Int, message: String): Unit
-
def
onMessage
(data: Array[Byte], offset: Int, length: Int): Unit
-
def
onMessage
(str: String): Unit
-
def
onOpen
(connection: Connection): Unit
-
var
outbound_capacity_remaining
: Int
-
val
outbound_executor
: SerialExecutor { ... /* 2 definitions in type refinement */ }
-
def
productArity
: Int
-
def
productElement
(arg0: Int): Any
-
def
productIterator
: Iterator[Any]
-
def
productPrefix
: String
-
val
protocol
: String
-
var
protocolCodec
: ProtocolCodec
-
def
read
(dsts: Array[ByteBuffer], offset: Int, length: Int): Long
-
def
read
(dsts: Array[ByteBuffer]): Long
-
def
read
(dest: ByteBuffer): Int
-
val
request
: HttpServletRequest
-
def
resumeRead
(): Unit
-
def
schedule_reoccurring
(time: Long, unit: TimeUnit)(func: ⇒ Unit): Unit
-
-
def
serviceFailure
: Exception
-
def
service_state
: State
-
def
setDispatchQueue
(queue: DispatchQueue): Unit
-
def
setProtocolCodec
(protocolCodec: ProtocolCodec): Unit
-
def
setTransportListener
(arg0: TransportListener): Unit
-
def
start
(on_completed: Runnable): Unit
-
def
start
(on_completed: Task): Unit
-
def
stop
(on_completed: Runnable): Unit
-
def
stop
(on_completed: Task): Unit
-
def
suspendRead
(): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
var
transportListener
: TransportListener
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
write
(buf: ByteBuffer): Int
-
def
write
(srcs: Array[ByteBuffer], offset: Int, length: Int): Long
-
def
write
(srcs: Array[ByteBuffer]): Long
Deprecated Value Members
-
def
productElements
: Iterator[Any]
Inherited from Serializable
Inherited from Serializable
Inherited from Product
Inherited from Equals
Inherited from GatheringByteChannel
Inherited from WritableByteChannel
Inherited from ScatteringByteChannel
Inherited from ReadableByteChannel
Inherited from Channel
Inherited from Closeable
Inherited from SecureTransport
Inherited from Transport
Inherited from OnBinaryMessage
Inherited from OnTextMessage
Inherited from WebSocket
Inherited from BaseService
Inherited from Dispatched
Inherited from Service
Inherited from AnyRef
Inherited from Any