|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TcpTransportServerChannel | |
|---|---|
| org.activemq.transport.jabber | A transport using Jabber (XMPP) |
| org.activemq.transport.stomp | An implementation of the Stomp protocol which is a simple wire protocol for writing clients for ActiveMQ in different languages like Ruby, Python, PHP, C etc. |
| org.activemq.transport.tcp | An implementation of the transport layer using TCP/IP sockets |
| Uses of TcpTransportServerChannel in org.activemq.transport.jabber |
|---|
| Subclasses of TcpTransportServerChannel in org.activemq.transport.jabber | |
|---|---|
class |
JabberTransportServerChannel
A Jabber server connector |
| Constructors in org.activemq.transport.jabber with parameters of type TcpTransportServerChannel | |
|---|---|
JabberTransportChannel(TcpTransportServerChannel serverChannel,
Socket socket,
Executor executor)
|
|
| Uses of TcpTransportServerChannel in org.activemq.transport.stomp |
|---|
| Subclasses of TcpTransportServerChannel in org.activemq.transport.stomp | |
|---|---|
class |
StompTransportServerChannel
A TTMP server connector |
| Constructors in org.activemq.transport.stomp with parameters of type TcpTransportServerChannel | |
|---|---|
StompTransportChannel(TcpTransportServerChannel serverChannel,
Socket socket,
Executor executor)
|
|
| Uses of TcpTransportServerChannel in org.activemq.transport.tcp |
|---|
| Constructors in org.activemq.transport.tcp with parameters of type TcpTransportServerChannel | |
|---|---|
TcpTransportChannel(TcpTransportServerChannel serverChannel,
WireFormat wireFormat,
Socket socket,
Executor executor)
Initialize from a ServerSocket |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||