Package | Description |
---|---|
org.hornetq.api.core.client |
Core Client Messaging API.
|
org.hornetq.core.client | |
org.hornetq.core.client.impl | |
org.hornetq.core.protocol.core.impl |
Modifier and Type | Method and Description |
---|---|
void |
ServerLocator.addIncomingInterceptor(Interceptor interceptor)
Adds an interceptor which will be executed after packets are received from the server.
|
void |
ServerLocator.addInterceptor(Interceptor interceptor)
Deprecated.
As of HornetQ 2.3.0.Final, replaced by
ServerLocator.addIncomingInterceptor(Interceptor) and
ServerLocator.addOutgoingInterceptor(Interceptor) |
void |
ServerLocator.addOutgoingInterceptor(Interceptor interceptor)
Adds an interceptor which will be executed before packets are sent to the server.
|
boolean |
ServerLocator.removeIncomingInterceptor(Interceptor interceptor)
Removes an incoming interceptor.
|
boolean |
ServerLocator.removeInterceptor(Interceptor interceptor)
Deprecated.
As of HornetQ 2.3.0.Final, replaced by
ServerLocator.removeIncomingInterceptor(Interceptor) and
ServerLocator.removeOutgoingInterceptor(Interceptor) |
boolean |
ServerLocator.removeOutgoingInterceptor(Interceptor interceptor)
Removes an outgoing interceptor.
|
Modifier and Type | Method and Description |
---|---|
void |
HornetQClientLogger.errorCallingInterceptor(Throwable e,
Interceptor interceptor) |
Modifier and Type | Method and Description |
---|---|
void |
ServerLocatorImpl.addIncomingInterceptor(Interceptor interceptor) |
void |
ServerLocatorImpl.addInterceptor(Interceptor interceptor)
Deprecated.
|
void |
ServerLocatorImpl.addOutgoingInterceptor(Interceptor interceptor) |
boolean |
ServerLocatorImpl.removeIncomingInterceptor(Interceptor interceptor) |
boolean |
ServerLocatorImpl.removeInterceptor(Interceptor interceptor)
Deprecated.
|
boolean |
ServerLocatorImpl.removeOutgoingInterceptor(Interceptor interceptor) |
Modifier and Type | Method and Description |
---|---|
static String |
ChannelImpl.invokeInterceptors(Packet packet,
List<Interceptor> interceptors,
RemotingConnection connection) |
Constructor and Description |
---|
ChannelImpl(CoreRemotingConnection connection,
long id,
int confWindowSize,
List<Interceptor> interceptors) |
RemotingConnectionImpl(PacketDecoder packetDecoder,
Connection transportConnection,
long blockingCallTimeout,
long blockingCallFailoverTimeout,
List<Interceptor> incomingInterceptors,
List<Interceptor> outgoingInterceptors) |
RemotingConnectionImpl(PacketDecoder packetDecoder,
Connection transportConnection,
long blockingCallTimeout,
long blockingCallFailoverTimeout,
List<Interceptor> incomingInterceptors,
List<Interceptor> outgoingInterceptors) |
Copyright © 2016 JBoss, a division of Red Hat. All Rights Reserved.