Uses of Class
org.hcjf.io.net.messages.MessageBuffer
-
Packages that use MessageBuffer Package Description org.hcjf.cloud.impl.network org.hcjf.io.console org.hcjf.io.net.messages -
-
Uses of MessageBuffer in org.hcjf.cloud.impl.network
Methods in org.hcjf.cloud.impl.network that return MessageBuffer Modifier and Type Method Description protected MessageBufferCloudClient. getShutdownPackage(CloudSession session)protected MessageBufferCloudServer. getShutdownPackage(CloudSession session)Methods in org.hcjf.cloud.impl.network with parameters of type MessageBuffer Modifier and Type Method Description CloudSessionCloudClient. checkSession(CloudSession session, MessageBuffer payLoad, NetPackage netPackage)CloudSessionCloudServer. checkSession(CloudSession session, MessageBuffer payLoad, NetPackage netPackage) -
Uses of MessageBuffer in org.hcjf.io.console
Methods in org.hcjf.io.console with parameters of type MessageBuffer Modifier and Type Method Description ConsoleSessionConsoleServer. checkSession(ConsoleSession session, MessageBuffer payLoad, NetPackage netPackage)Check the session. -
Uses of MessageBuffer in org.hcjf.io.net.messages
Methods in org.hcjf.io.net.messages that return MessageBuffer Modifier and Type Method Description protected MessageBufferMessagesNode. decode(NetPackage netPackage)Decode the bytes into the net package and append this into the internal buffer.protected MessageBufferMessagesServer. decode(NetPackage netPackage)Decode the information from the network and append this into the internal message buffer.MessageBufferMessageBuffer. getLeftover()Returns the left over data that is a incomplete message.Methods in org.hcjf.io.net.messages with parameters of type MessageBuffer Modifier and Type Method Description protected byte[]MessagesNode. encode(MessageBuffer payLoad)Encode buffer information to transfer the messages.protected byte[]MessagesServer. encode(MessageBuffer payLoad)Returns the byte array in order to transfer the message.protected voidMessagesNode. onConnect(S session, MessageBuffer payLoad, NetPackage netPackage)This method is called when the node is connected.protected voidMessagesNode. onRead(S session, MessageBuffer payLoad, NetPackage netPackage)This method is called when the node read information from the net.protected voidMessagesServer. onRead(S session, MessageBuffer payLoad, NetPackage netPackage)This method is called when there are data for some session.
-