Uses of Interface
org.apache.activemq.artemis.spi.core.protocol.RemotingConnection
-
-
Uses of RemotingConnection in org.apache.activemq.artemis.api.core
Methods in org.apache.activemq.artemis.api.core with parameters of type RemotingConnection Modifier and Type Method Description booleanBaseInterceptor. 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 RemotingConnection Modifier and Type Method Description RemotingConnectionClientSessionFactory. getConnection()Returns the code connection used by this session factory.Methods in org.apache.activemq.artemis.api.core.client with parameters of type RemotingConnection Modifier and Type Method Description booleanTopologyMember. 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 RemotingConnection Modifier and Type Class Description classAbstractRemotingConnectionFields in org.apache.activemq.artemis.spi.core.protocol declared as RemotingConnection Modifier and Type Field Description RemotingConnectionConnectionEntry. connectionConstructors in org.apache.activemq.artemis.spi.core.protocol with parameters of type RemotingConnection Constructor Description ConnectionEntry(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 RemotingConnection Modifier and Type Field Description protected RemotingConnectionSessionContext. remotingConnectionMethods in org.apache.activemq.artemis.spi.core.remoting that return RemotingConnection Modifier and Type Method Description RemotingConnectionClientProtocolManager. connect(Connection transportConnection, long callTimeout, long callFailoverTimeout, List<Interceptor> incomingInterceptors, List<Interceptor> outgoingInterceptors, TopologyResponseHandler topologyResponseHandler)RemotingConnectionClientProtocolManager. getCurrentConnection()RemotingConnectionConnection. getProtocolConnection()RemotingConnectionSessionContext. getRemotingConnection()Methods in org.apache.activemq.artemis.spi.core.remoting with parameters of type RemotingConnection Modifier and Type Method Description voidTopologyResponseHandler. 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 Constructor Description SessionContext(RemotingConnection remotingConnection)
-