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 with type parameters of type RemotingConnection Modifier and Type Class Description classAbstractProtocolManager<P,I extends BaseInterceptor<P>,C extends RemotingConnection,R extends org.apache.activemq.artemis.core.server.routing.RoutingHandler>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. connectionMethods in org.apache.activemq.artemis.spi.core.protocol with parameters of type RemotingConnection Modifier and Type Method Description voidProtocolManager. handleBuffer(RemotingConnection connection, org.apache.activemq.artemis.api.core.ActiveMQBuffer buffer)Constructors in org.apache.activemq.artemis.spi.core.protocol with parameters of type RemotingConnection Constructor Description ConnectionEntry(RemotingConnection connection, java.util.concurrent.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, java.util.List<Interceptor> incomingInterceptors, java.util.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, java.lang.String nodeID, org.apache.activemq.artemis.api.core.DisconnectReason reason, java.lang.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) -
Uses of RemotingConnection in org.apache.activemq.artemis.spi.core.security
Methods in org.apache.activemq.artemis.spi.core.security with parameters of type RemotingConnection Modifier and Type Method Description javax.security.auth.SubjectActiveMQBasicSecurityManager. authenticate(java.lang.String userToAuthenticate, java.lang.String passwordToAuthenticate, RemotingConnection remotingConnection, java.lang.String securityDomain)javax.security.auth.SubjectActiveMQJAASSecurityManager. authenticate(java.lang.String user, java.lang.String password, RemotingConnection remotingConnection, java.lang.String securityDomain)javax.security.auth.SubjectActiveMQSecurityManager5. authenticate(java.lang.String user, java.lang.String password, RemotingConnection remotingConnection, java.lang.String securityDomain)is this a valid user.java.lang.StringActiveMQSecurityManager3. validateUser(java.lang.String user, java.lang.String password, RemotingConnection remotingConnection)is this a valid user.java.lang.StringActiveMQSecurityManager4. validateUser(java.lang.String user, java.lang.String password, RemotingConnection remotingConnection, java.lang.String securityDomain)is this a valid user.booleanActiveMQSecurityManager2. validateUserAndRole(java.lang.String user, java.lang.String password, java.util.Set<org.apache.activemq.artemis.core.security.Role> roles, org.apache.activemq.artemis.core.security.CheckType checkType, java.lang.String address, RemotingConnection connection)Determine whether the given user is valid and whether they have the correct role for the given destination address.java.lang.StringActiveMQSecurityManager3. validateUserAndRole(java.lang.String user, java.lang.String password, java.util.Set<org.apache.activemq.artemis.core.security.Role> roles, org.apache.activemq.artemis.core.security.CheckType checkType, java.lang.String address, RemotingConnection remotingConnection)Determine whether the given user is valid and whether they have the correct role for the given destination address.java.lang.StringActiveMQSecurityManager4. validateUserAndRole(java.lang.String user, java.lang.String password, java.util.Set<org.apache.activemq.artemis.core.security.Role> roles, org.apache.activemq.artemis.core.security.CheckType checkType, java.lang.String address, RemotingConnection remotingConnection, java.lang.String securityDomain)Determine whether the given user is valid and whether they have the correct role for the given destination address. -
Uses of RemotingConnection in org.apache.activemq.artemis.spi.core.security.jaas
Constructors in org.apache.activemq.artemis.spi.core.security.jaas with parameters of type RemotingConnection Constructor Description JaasCallbackHandler(java.lang.String username, java.lang.String password, RemotingConnection remotingConnection)
-