| Package | Description |
|---|---|
| org.projectodd.stilts.stomp.client |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientListener.connected(StompClient client) |
void |
ClientListener.connecting(StompClient client) |
void |
ClientListener.disconnected(StompClient client) |
void |
ClientListener.disconnecting(StompClient client) |
void |
ClientListener.error(StompClient client,
StompMessage error) |
| Constructor and Description |
|---|
StompClientPipelineFactory(StompClient client,
ClientContext clientContext) |
StompClientPipelineFactory(StompClient client,
ClientContext clientContext,
boolean useWebSockets) |
StompClientPipelineFactory(StompClient client,
ClientContext clientContext,
Handshake handshake) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.