Package | Description |
---|---|
org.hornetq.core.protocol.core.impl | |
org.hornetq.core.protocol.stomp | |
org.hornetq.spi.core.protocol |
Modifier and Type | Method and Description |
---|---|
List<CloseListener> |
RemotingConnectionImpl.removeCloseListeners() |
Modifier and Type | Method and Description |
---|---|
void |
RemotingConnectionImpl.addCloseListener(CloseListener listener) |
boolean |
RemotingConnectionImpl.removeCloseListener(CloseListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
RemotingConnectionImpl.setCloseListeners(List<CloseListener> listeners) |
Modifier and Type | Method and Description |
---|---|
List<CloseListener> |
StompConnection.removeCloseListeners() |
Modifier and Type | Method and Description |
---|---|
void |
StompConnection.addCloseListener(CloseListener listener) |
boolean |
StompConnection.removeCloseListener(CloseListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
StompConnection.setCloseListeners(List<CloseListener> listeners) |
Modifier and Type | Method and Description |
---|---|
List<CloseListener> |
RemotingConnection.removeCloseListeners() |
Modifier and Type | Method and Description |
---|---|
void |
RemotingConnection.addCloseListener(CloseListener listener)
add a CloseListener.
|
boolean |
RemotingConnection.removeCloseListener(CloseListener listener)
remove a Close Listener
|
Modifier and Type | Method and Description |
---|---|
void |
RemotingConnection.setCloseListeners(List<CloseListener> listeners) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.