Uses of Class
com.corundumstudio.socketio.protocol.Packet
Packages that use Packet
Package
Description
-
Uses of Packet in com.corundumstudio.socketio
Methods in com.corundumstudio.socketio with parameters of type PacketModifier and TypeMethodDescription<T> voidBroadcastOperations.send(Packet packet, BroadcastAckCallback<T> ackCallback) voidSend custom packet.void<T> voidMultiRoomBroadcastOperations.send(Packet packet, BroadcastAckCallback<T> ackCallback) void<T> voidSingleRoomBroadcastOperations.send(Packet packet, BroadcastAckCallback<T> ackCallback) voidSocketIOClient.send(Packet packet, AckCallback<?> ackCallback) Send packet with ack callbackConstructors in com.corundumstudio.socketio with parameters of type Packet -
Uses of Packet in com.corundumstudio.socketio.ack
Methods in com.corundumstudio.socketio.ack with parameters of type Packet -
Uses of Packet in com.corundumstudio.socketio.handler
Methods in com.corundumstudio.socketio.handler that return PacketMethods in com.corundumstudio.socketio.handler that return types with arguments of type PacketModifier and TypeMethodDescriptionClientHead.getPacketsQueue(Transport transport) TransportState.getPacketsQueue()Methods in com.corundumstudio.socketio.handler with parameters of type PacketModifier and TypeMethodDescriptionvoidPacketListener.onPacket(Packet packet, NamespaceClient client, Transport transport) io.netty.channel.ChannelFutureio.netty.channel.ChannelFuturevoidClientHead.setLastBinaryPacket(Packet lastBinaryPacket) Method parameters in com.corundumstudio.socketio.handler with type arguments of type PacketModifier and TypeMethodDescriptionvoidTransportState.setPacketsQueue(Queue<Packet> packetsQueue) -
Uses of Packet in com.corundumstudio.socketio.namespace
Methods in com.corundumstudio.socketio.namespace with parameters of type Packet -
Uses of Packet in com.corundumstudio.socketio.protocol
Methods in com.corundumstudio.socketio.protocol that return PacketModifier and TypeMethodDescriptionPacketDecoder.decodePackets(io.netty.buffer.ByteBuf buffer, ClientHead client) Packet.withNsp(String namespace, EngineIOVersion engineIOVersion) Creates a copy of #Packetwith new namespace set if it differs from current namespace.Methods in com.corundumstudio.socketio.protocol with parameters of type PacketModifier and TypeMethodDescriptionvoidPacketEncoder.encodePacket(Packet packet, io.netty.buffer.ByteBuf buffer, io.netty.buffer.ByteBufAllocator allocator, boolean binary) Method parameters in com.corundumstudio.socketio.protocol with type arguments of type PacketModifier and TypeMethodDescriptionvoidPacketEncoder.encodeJsonP(Integer jsonpIndex, Queue<Packet> packets, io.netty.buffer.ByteBuf out, io.netty.buffer.ByteBufAllocator allocator, int limit) voidPacketEncoder.encodePackets(Queue<Packet> packets, io.netty.buffer.ByteBuf buffer, io.netty.buffer.ByteBufAllocator allocator, int limit) -
Uses of Packet in com.corundumstudio.socketio.store.pubsub
Methods in com.corundumstudio.socketio.store.pubsub that return PacketConstructors in com.corundumstudio.socketio.store.pubsub with parameters of type Packet -
Uses of Packet in com.corundumstudio.socketio.transport
Methods in com.corundumstudio.socketio.transport with parameters of type PacketModifier and TypeMethodDescriptionvoidvoidNamespaceClient.send(Packet packet, AckCallback<?> ackCallback)