|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BufferHandler | |
|---|---|
| org.hornetq.spi.core.protocol | |
| org.hornetq.spi.core.remoting | Remoting SPI. |
| Uses of BufferHandler in org.hornetq.spi.core.protocol |
|---|
| Subinterfaces of BufferHandler in org.hornetq.spi.core.protocol | |
|---|---|
interface |
RemotingConnection
A RemotingConnection is a connection between a client and a server. |
| Uses of BufferHandler in org.hornetq.spi.core.remoting |
|---|
| Methods in org.hornetq.spi.core.remoting with parameters of type BufferHandler | |
|---|---|
Acceptor |
AcceptorFactory.createAcceptor(Map<String,Object> configuration,
BufferHandler handler,
BufferDecoder decoder,
ConnectionLifeCycleListener listener,
Executor threadPool,
ScheduledExecutorService scheduledThreadPool)
Create a new instance of an Acceptor. |
Connector |
ConnectorFactory.createConnector(Map<String,Object> configuration,
BufferHandler handler,
ConnectionLifeCycleListener listener,
Executor closeExecutor,
Executor threadPool,
ScheduledExecutorService scheduledThreadPool)
creates a new instanc of a connector. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||