Uses of Class
net.ME1312.SubData.Server.DataClient
Packages that use DataClient
Package
Description
-
Uses of DataClient in net.ME1312.SubData.Server
Subclasses of DataClient in net.ME1312.SubData.ServerMethods in net.ME1312.SubData.Server that return DataClientModifier and TypeMethodDescriptionabstract DataClientGrabs a Client from the NetworkClientHandler.getSubData()Gets the SubData Client ChannelsMethods in net.ME1312.SubData.Server that return types with arguments of type DataClientModifier and TypeMethodDescriptionabstract Map<UUID,? extends DataClient> DataServer.getClients()Grabs all the Clients on the NetworkMethods in net.ME1312.SubData.Server with parameters of type DataClientModifier and TypeMethodDescriptionAuthService.authenticate(DataClient client, ObjectMap<K> data) Authenticate a ClientvoidCipher.decrypt(DataClient client, InputStream in, OutputStream out) Decrypt DatavoidCipher.encrypt(DataClient client, InputStream in, OutputStream out) Encrypt Dataabstract voidDataServer.removeClient(DataClient client) Remove a Client from the NetworkvoidSubDataServer.removeClient(DataClient client) voidClientHandler.removeSubData(DataClient client) Unlink a SubData Client from this Objectdefault voidCipher.retire(DataClient client) Retire this encryption method for a specified ClientMethod parameters in net.ME1312.SubData.Server with type arguments of type DataClientModifier and TypeMethodDescriptionabstract voidDataClient.newChannel(Consumer<DataClient> client) Open an Async Data SubChannelvoidSubDataClient.newChannel(Consumer<DataClient> client) Deprecated. -
Uses of DataClient in net.ME1312.SubData.Server.Encryption
Methods in net.ME1312.SubData.Server.Encryption with parameters of type DataClientModifier and TypeMethodDescriptionvoidAES.decrypt(DataClient client, InputStream in, OutputStream out) voidDHE.decrypt(DataClient client, InputStream in, OutputStream out) voidNEH.decrypt(DataClient client, InputStream in, OutputStream out) voidRSA.decrypt(DataClient client, InputStream in, OutputStream out) voidAES.encrypt(DataClient client, InputStream in, OutputStream out) voidDHE.encrypt(DataClient client, InputStream in, OutputStream out) voidNEH.encrypt(DataClient client, InputStream in, OutputStream out) voidRSA.encrypt(DataClient client, InputStream in, OutputStream out) voidDHE.retire(DataClient client) -
Uses of DataClient in net.ME1312.SubData.Server.Protocol
Methods in net.ME1312.SubData.Server.Protocol with parameters of type DataClientModifier and TypeMethodDescriptionvoidMessageIn.receive(DataClient client) Receives the incoming Messagedefault voidMessageObjectIn.receive(DataClient client, InputStream data) voidMessageObjectIn.receive(DataClient client, ObjectMap<K> data) Receives the incoming Messagedefault voidMessageStreamIn.receive(DataClient client) voidMessageStreamIn.receive(DataClient client, InputStream data) Receives the incoming MessageMessageObjectOut.send(DataClient client) Sends data within the outgoing Messagedefault voidMessageObjectOut.send(DataClient client, OutputStream data) voidMessageStreamOut.send(DataClient client, OutputStream data) Sends data within the outgoing Messagedefault voidMessageOut.sending(DataClient client) An Event called when the Message is being sent