Uses of Interface
org.apache.activemq.artemis.spi.core.protocol.RemotingConnection
Packages that use RemotingConnection
Package
Description
-
Uses of RemotingConnection in org.apache.activemq.artemis.api.core
Methods in org.apache.activemq.artemis.api.core with parameters of type RemotingConnectionModifier and TypeMethodDescriptionbooleanBaseInterceptor.intercept(P packet, RemotingConnection connection) Intercepts a packet which is received before it is sent to the channel -
Uses of RemotingConnection in org.apache.activemq.artemis.api.core.client
Methods in org.apache.activemq.artemis.api.core.client that return RemotingConnectionModifier and TypeMethodDescriptionClientSessionFactory.getConnection()Returns the code connection used by this session factory.Methods in org.apache.activemq.artemis.api.core.client with parameters of type RemotingConnectionModifier and TypeMethodDescriptionbooleanTopologyMember.isMember(RemotingConnection connection) Returns true if this TopologyMember is the target of this remoting connection -
Uses of RemotingConnection in org.apache.activemq.artemis.spi.core.protocol
Classes in org.apache.activemq.artemis.spi.core.protocol that implement RemotingConnectionFields in org.apache.activemq.artemis.spi.core.protocol declared as RemotingConnectionConstructors in org.apache.activemq.artemis.spi.core.protocol with parameters of type RemotingConnectionModifierConstructorDescriptionConnectionEntry(RemotingConnection connection, Executor connectionExecutor, long lastCheck, long ttl) -
Uses of RemotingConnection in org.apache.activemq.artemis.spi.core.remoting
Fields in org.apache.activemq.artemis.spi.core.remoting declared as RemotingConnectionMethods in org.apache.activemq.artemis.spi.core.remoting that return RemotingConnectionModifier and TypeMethodDescriptionClientProtocolManager.connect(Connection transportConnection, long callTimeout, long callFailoverTimeout, List<Interceptor> incomingInterceptors, List<Interceptor> outgoingInterceptors, TopologyResponseHandler topologyResponseHandler) ClientProtocolManager.getCurrentConnection()Connection.getProtocolConnection()SessionContext.getRemotingConnection()Methods in org.apache.activemq.artemis.spi.core.remoting with parameters of type RemotingConnectionModifier and TypeMethodDescriptionvoidTopologyResponseHandler.nodeDisconnected(RemotingConnection conn, String nodeID, DisconnectReason reason, String targetNodeID, TransportConfiguration tagetConnector) abstract booleanSessionContext.reattachOnNewConnection(RemotingConnection newConnection) it will either reattach or reconnect, preferably reattaching it.voidConnection.setProtocolConnection(RemotingConnection connection) abstract voidSessionContext.transferConnection(RemotingConnection newConnection) Transfers the session context to the given newConnection on the client-sideConstructors in org.apache.activemq.artemis.spi.core.remoting with parameters of type RemotingConnection