Uses of Interface
org.apache.activemq.artemis.core.protocol.core.Packet
-
-
Uses of Packet in org.apache.activemq.artemis.core.client
Methods in org.apache.activemq.artemis.core.client with parameters of type Packet Modifier and Type Method Description voidActiveMQClientLogger_$logger. errorHandlingPacket(Throwable t, Packet packet)voidActiveMQClientLogger. errorHandlingPacket(Throwable t, Packet packet) -
Uses of Packet in org.apache.activemq.artemis.core.protocol
Methods in org.apache.activemq.artemis.core.protocol that return Packet Modifier and Type Method Description PacketClientPacketDecoder. decode(byte packetType, CoreRemotingConnection connection)PacketClientPacketDecoder. decode(ActiveMQBuffer in, CoreRemotingConnection connection)PacketServerPacketDecoder. decode(ActiveMQBuffer in, CoreRemotingConnection connection) -
Uses of Packet in org.apache.activemq.artemis.core.protocol.core
Methods in org.apache.activemq.artemis.core.protocol.core that return Packet Modifier and Type Method Description PacketChannel. sendBlocking(Packet packet, byte expectedPacket)Sends a packet on this channel and then blocks until a response is received or a timeout occurs.PacketChannel. sendBlocking(Packet packet, int reconnectID, byte expectedPacket)Sends a packet on this channel and then blocks until a response is received or a timeout occurs.Methods in org.apache.activemq.artemis.core.protocol.core with parameters of type Packet Modifier and Type Method Description voidCommandConfirmationHandler. commandConfirmed(Packet packet)called by channel after a confirmation has been received.voidChannel. confirm(Packet packet)sends a confirmation of a packet being received.voidChannel. handlePacket(Packet packet)Called byCoreRemotingConnectionwhen a packet is received.voidChannelHandler. handlePacket(Packet packet)called by the channel when a packet is received..voidServerSessionPacketHandler. handlePacket(Packet packet)voidResponseHandler. handleResponse(Packet packet, Packet response)called by channel after an async response has been received.booleanChannel. send(Packet packet)Sends a packet on this channel.booleanChannel. send(Packet packet, boolean flushConnection)Sends a packet on this channel, but request it to be flushed (along with the un-flushed previous ones) only iffflushConnectionistrue.booleanChannel. send(Packet packet, int reconnectID)Sends a packet on this channel.booleanChannel. sendAndFlush(Packet packet)Sends a packet on this channel and then blocks until it has been written to the connection.booleanChannel. sendBatched(Packet packet)Sends a packet on this channel using batching algorithm if appropriatePacketChannel. sendBlocking(Packet packet, byte expectedPacket)Sends a packet on this channel and then blocks until a response is received or a timeout occurs.PacketChannel. sendBlocking(Packet packet, int reconnectID, byte expectedPacket)Sends a packet on this channel and then blocks until a response is received or a timeout occurs. -
Uses of Packet in org.apache.activemq.artemis.core.protocol.core.impl
Classes in org.apache.activemq.artemis.core.protocol.core.impl that implement Packet Modifier and Type Class Description classPacketImplMethods in org.apache.activemq.artemis.core.protocol.core.impl that return Packet Modifier and Type Method Description PacketPacketDecoder. decode(byte packetType, CoreRemotingConnection connection)abstract PacketPacketDecoder. decode(ActiveMQBuffer in, CoreRemotingConnection connection)protected PacketActiveMQClientProtocolManager. newCreateSessionPacket(int clientVersion, String name, String username, String password, boolean xa, boolean autoCommitSends, boolean autoCommitAcks, boolean preAcknowledge, int minLargeMessageSize, int confirmationWindowSize, long sessionChannelID, String clientID)PacketResponseCache. remove(long correlationID)PacketChannelImpl. sendBlocking(Packet packet, byte expectedPacket)PacketChannelImpl. sendBlocking(Packet packet, int reconnectID, byte expectedPacket)Due to networking issues or server issues the server may take longer to answer than expected..Methods in org.apache.activemq.artemis.core.protocol.core.impl with parameters of type Packet Modifier and Type Method Description booleanResponseCache. add(Packet packet)voidChannelImpl. confirm(Packet packet)voidChannelImpl. handleAsyncResponse(Packet packet)voidActiveMQPacketHandler. handlePacket(Packet packet)voidChannelImpl. handlePacket(Packet packet)voidResponseCache. handleResponse(Packet response)static StringChannelImpl. invokeInterceptors(Packet packet, List<Interceptor> interceptors, RemotingConnection connection)booleanChannelImpl. send(Packet packet)booleanChannelImpl. send(Packet packet, boolean flushConnection)booleanChannelImpl. send(Packet packet, int reconnectID)booleanChannelImpl. sendAndFlush(Packet packet)booleanChannelImpl. sendBatched(Packet packet)PacketChannelImpl. sendBlocking(Packet packet, byte expectedPacket)PacketChannelImpl. sendBlocking(Packet packet, int reconnectID, byte expectedPacket)Due to networking issues or server issues the server may take longer to answer than expected.. -
Uses of Packet in org.apache.activemq.artemis.core.protocol.core.impl.wireformat
-
Uses of Packet in org.apache.activemq.artemis.core.protocol.hornetq
Methods in org.apache.activemq.artemis.core.protocol.hornetq with parameters of type Packet Modifier and Type Method Description booleanHQFilterConversionInterceptor. intercept(Packet packet, RemotingConnection connection)booleanHQPropertiesConversionInterceptor. intercept(Packet packet, RemotingConnection connection) -
Uses of Packet in org.apache.activemq.artemis.core.protocol.hornetq.client
Methods in org.apache.activemq.artemis.core.protocol.hornetq.client that return Packet Modifier and Type Method Description protected PacketHornetQClientProtocolManager. newCreateSessionPacket(int clientVersion, String name, String username, String password, boolean xa, boolean autoCommitSends, boolean autoCommitAcks, boolean preAcknowledge, int minLargeMessageSize, int confirmationWindowSize, long sessionChannelID, String clientID) -
Uses of Packet in org.apache.activemq.artemis.core.protocol.hornetq.util
Methods in org.apache.activemq.artemis.core.protocol.hornetq.util with parameters of type Packet Modifier and Type Method Description static booleanHQPropertiesConverter. isMessagePacket(Packet packet) -
Uses of Packet in org.apache.activemq.artemis.core.replication
Methods in org.apache.activemq.artemis.core.replication with parameters of type Packet Modifier and Type Method Description voidReplicationEndpoint. handlePacket(Packet packet) -
Uses of Packet in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server with parameters of type Packet Modifier and Type Method Description voidActiveMQServerLogger_$logger. errorHandlingReplicationPacket(Exception e, Packet packet)voidActiveMQServerLogger. errorHandlingReplicationPacket(Exception e, Packet packet)voidActiveMQServerLogger_$logger. invalidPacket(Packet packet)voidActiveMQServerLogger. invalidPacket(Packet packet)voidActiveMQServerLogger_$logger. invalidPacketForReplication(Packet packet)voidActiveMQServerLogger. invalidPacketForReplication(Packet packet) -
Uses of Packet in org.apache.activemq.artemis.core.server.cluster
Methods in org.apache.activemq.artemis.core.server.cluster with parameters of type Packet Modifier and Type Method Description booleanClusterManager.IncomingInterceptorLookingForExceptionMessage. intercept(Packet packet, RemotingConnection connection) -
Uses of Packet in org.apache.activemq.artemis.core.server.cluster.qourum
Methods in org.apache.activemq.artemis.core.server.cluster.qourum with parameters of type Packet Modifier and Type Method Description voidQuorumManager. handleQuorumVote(Channel clusterChannel, Packet packet)
-