org
.
apache
.
activemq
.
apollo
.
transport
Transport
trait
Transport
extends
Service
Linear Supertypes
Service
, AnyRef,
Any
Known Subclasses
PipeTransport
,
TransportFilter
Ordering
Alphabetic
By inheritance
Inherited
Hide All
Show all
Transport
Service
AnyRef
Any
Visibility
Public
All
Abstract Value Members
def
full
()
:
Boolean
Attributes
abstract
def
getDispatchQueue
()
:
DispatchQueue
Attributes
abstract
def
getLocalAddress
()
:
SocketAddress
Attributes
abstract
def
getProtocolCodec
()
:
ProtocolCodec
Attributes
abstract
def
getRemoteAddress
()
:
SocketAddress
Attributes
abstract
def
getTransportListener
()
:
TransportListener
Attributes
abstract
def
getTypeId
()
:
String
Attributes
abstract
def
isConnected
()
:
Boolean
Attributes
abstract
def
isDisposed
()
:
Boolean
Attributes
abstract
def
isFaultTolerant
()
:
Boolean
Attributes
abstract
def
narrow
[
T
]
(
target:
Class
[T]
)
: T
Attributes
abstract
def
offer
(
command:
Any
)
:
Boolean
Attributes
abstract
def
reconnect
(
uri:
URI
)
:
Unit
Attributes
abstract
def
resumeRead
()
:
Unit
Attributes
abstract
def
setDispatchQueue
(
queue:
DispatchQueue
)
:
Unit
Attributes
abstract
def
setProtocolCodec
(
protocolCodec:
ProtocolCodec
)
:
Unit
Attributes
abstract
def
setTransportListener
(
commandListener:
TransportListener
)
:
Unit
Attributes
abstract
def
start
(
arg0:
Runnable
)
:
Unit
Attributes
abstract
Definition Classes
Service
Annotations
@throws
()
def
start
()
:
Unit
Attributes
abstract
Definition Classes
Service
Annotations
@throws
()
def
stop
(
arg0:
Runnable
)
:
Unit
Attributes
abstract
Definition Classes
Service
Annotations
@throws
()
def
stop
()
:
Unit
Attributes
abstract
Definition Classes
Service
Annotations
@throws
()
def
suspendRead
()
:
Unit
Attributes
abstract
Concrete Value Members
def
!=
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
!=
(
arg0:
Any
)
:
Boolean
Attributes
final
Definition Classes
Any
def
##
()
:
Int
Attributes
final
Definition Classes
AnyRef → Any
def
==
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
==
(
arg0:
Any
)
:
Boolean
Attributes
final
Definition Classes
Any
def
asInstanceOf
[
T0
]
: T0
Attributes
final
Definition Classes
Any
def
clone
()
: AnyRef
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
eq
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
getClass
()
: java.lang.Class[_]
Attributes
final
Definition Classes
AnyRef
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
isInstanceOf
[
T0
]
:
Boolean
Attributes
final
Definition Classes
Any
def
ne
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
notify
()
:
Unit
Attributes
final
Definition Classes
AnyRef
def
notifyAll
()
:
Unit
Attributes
final
Definition Classes
AnyRef
def
synchronized
[
T0
]
(
arg0: ⇒ T0
)
: T0
Attributes
final
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
wait
()
:
Unit
Attributes
final
Definition Classes
AnyRef
Annotations
@throws
()
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Attributes
final
Definition Classes
AnyRef
Annotations
@throws
()
def
wait
(
arg0:
Long
)
:
Unit
Attributes
final
Definition Classes
AnyRef
Annotations
@throws
()
Inherited from
Service
Inherited from AnyRef
Inherited from
Any