Uses of Class
net.ME1312.SubData.Client.SubDataClient
Packages that use SubDataClient
Package
Description
-
Uses of SubDataClient in net.ME1312.SubData.Client
Methods in net.ME1312.SubData.Client that return SubDataClientModifier and TypeMethodDescriptionSubDataClient.getConnection()Deprecated.The Client connection to the Server is thisSubDataSender.getConnection()Get the Client that connects this Sender to usSubDataProtocol.open(Consumer<Runnable> scheduler, Logger logger, InetAddress address, int port) Launch a SubData Client InstanceSubDataProtocol.open(Consumer<Runnable> scheduler, Logger logger, InetAddress address, int port, ObjectMap<?> login) Launch a SubData Client InstanceSubDataProtocol.open(Logger logger, InetAddress address, int port) Launch a SubData Client InstanceSubDataProtocol.open(Logger logger, InetAddress address, int port, ObjectMap<?> login) Launch a SubData Client InstanceSubDataClient.openChannel()Open an Async Data SubChannelMethods in net.ME1312.SubData.Client with parameters of type SubDataClientModifier and TypeMethodDescriptionvoidSubDataClient.reconnect(SubDataClient client) Reconnect the data stream using another Client -
Uses of SubDataClient in net.ME1312.SubData.Client.Library
Methods in net.ME1312.SubData.Client.Library that return SubDataClientConstructors in net.ME1312.SubData.Client.Library with parameters of type SubDataClientModifierConstructorDescriptionForwardedDataSender(SubDataClient client, UUID id) Create a Forwarded DataSender -
Uses of SubDataClient in net.ME1312.SubData.Client.Protocol.Initial
Methods in net.ME1312.SubData.Client.Protocol.Initial with parameters of type SubDataClientModifier and TypeMethodDescriptiondefault voidInitialPacket.setReady(SubDataClient client) Change the state of a Client to READY