Instance Constructors
-
new
VmTransportServer
()
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
var
broker
: Broker
-
def
clone
(): AnyRef
-
def
connect
(): PipeTransport
-
def
createClientTransport
(): PipeTransport
-
def
createServerTransport
(): PipeTransport
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getBoundAddress
(): String
-
def
getClass
(): java.lang.Class[_]
-
def
getConnectAddress
(): String
-
def
getDispatchQueue
(): DispatchQueue
-
def
getName
(): String
-
def
getSocketAddress
(): InetSocketAddress
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
isMarshal
(): Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
val
refs
: AtomicInteger
-
def
resume
(): Unit
-
def
setAcceptListener
(arg0: TransportAcceptListener): Unit
-
def
setBroker
(broker: Broker): Unit
-
def
setConnectURI
(arg0: URI): Unit
-
def
setDispatchQueue
(arg0: DispatchQueue): Unit
-
def
setMarshal
(arg0: Boolean): Unit
-
def
setName
(arg0: String): Unit
-
def
setProtocolCodecFactory
(arg0: Provider): Unit
-
def
start
(arg0: Runnable): Unit
-
def
start
(): Unit
-
def
stop
(arg0: Runnable): Unit
-
def
stop
(): Unit
-
def
stopBroker
(): Unit
-
def
suspend
(): 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
Inherited from PipeTransportServer
Inherited from TransportServer
Inherited from Service
Inherited from AnyRef
Inherited from Any
This extension of the PipeTransportServer shuts down the broker when all the connections are disconnected.