Uses of Interface
eu.cloudnetservice.driver.network.protocol.PacketSender
Packages that use PacketSender
Package
Description
-
Uses of PacketSender in eu.cloudnetservice.driver.network
Subinterfaces of PacketSender in eu.cloudnetservice.driver.networkModifier and TypeInterfaceDescriptioninterfaceA network channel represents an open connection from/to server.interfaceRepresents a network component which can be connected to any network server.interfaceRepresents a peer in any form within the network.interfaceRepresents a network component which can accept connection from other network components within the network.Classes in eu.cloudnetservice.driver.network that implement PacketSenderModifier and TypeClassDescriptionclassThe default abstract implementation of a network channel. -
Uses of PacketSender in eu.cloudnetservice.driver.network.netty
Classes in eu.cloudnetservice.driver.network.netty that implement PacketSenderModifier and TypeClassDescriptionfinal classThe default netty based implementation of a network channel. -
Uses of PacketSender in eu.cloudnetservice.driver.network.netty.client
Classes in eu.cloudnetservice.driver.network.netty.client that implement PacketSenderModifier and TypeClassDescriptionclassThe default implementation of a network client, using the netty network client implementations. -
Uses of PacketSender in eu.cloudnetservice.driver.network.netty.server
Classes in eu.cloudnetservice.driver.network.netty.server that implement PacketSenderModifier and TypeClassDescriptionclassThe default netty based implementation of the network server.