Uses of Enum Class
com.corundumstudio.socketio.Transport
Packages that use Transport
Package
Description
-
Uses of Transport in com.corundumstudio.socketio
Methods in com.corundumstudio.socketio that return TransportModifier and TypeMethodDescriptionSocketIOClient.getTransport()Current client transport protocolstatic TransportReturns the enum constant of this class with the specified name.static Transport[]Transport.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.corundumstudio.socketio that return types with arguments of type TransportMethods in com.corundumstudio.socketio with parameters of type TransportModifier and TypeMethodDescriptionvoidConfiguration.setTransports(Transport... transports) Transports supported by server -
Uses of Transport in com.corundumstudio.socketio.handler
Methods in com.corundumstudio.socketio.handler that return TransportMethods in com.corundumstudio.socketio.handler with parameters of type TransportModifier and TypeMethodDescriptionvoidClientHead.bindChannel(io.netty.channel.Channel channel, Transport transport) ClientHead.getPacketsQueue(Transport transport) booleanClientHead.isTransportChannel(io.netty.channel.Channel channel, Transport transport) voidPacketListener.onPacket(Packet packet, NamespaceClient client, Transport transport) io.netty.channel.ChannelFuturevoidClientHead.upgradeCurrentTransport(Transport currentTransport) Constructors in com.corundumstudio.socketio.handler with parameters of type TransportModifierConstructorDescriptionClientHead(UUID sessionId, AckManager ackManager, DisconnectableHub disconnectable, StoreFactory storeFactory, HandshakeData handshakeData, ClientsBox clientsBox, Transport transport, CancelableScheduler scheduler, Configuration configuration, Map<String, List<String>> params) -
Uses of Transport in com.corundumstudio.socketio.messages
Methods in com.corundumstudio.socketio.messages that return TransportConstructors in com.corundumstudio.socketio.messages with parameters of type TransportModifierConstructorDescriptionOutPacketMessage(ClientHead clientHead, Transport transport) PacketsMessage(ClientHead client, io.netty.buffer.ByteBuf content, Transport transport) -
Uses of Transport in com.corundumstudio.socketio.transport
Methods in com.corundumstudio.socketio.transport that return Transport