Uses of Class
org.hcjf.io.net.messages.Message
-
Packages that use Message Package Description org.hcjf.cloud.impl.messages org.hcjf.cloud.impl.network org.hcjf.io.console org.hcjf.io.console.messages org.hcjf.io.net.messages -
-
Uses of Message in org.hcjf.cloud.impl.messages
Subclasses of Message in org.hcjf.cloud.impl.messages Modifier and Type Class Description classAckMessageclassBusyNodeMessageclassEventMessageclassHidePathMessageclassInvokeMessageclassKeepAliveMessageclassLayerInvokeMessageclassLockMessageclassMethodInvokeMessageclassMethodResponseMessageclassNodeIdentificationMessageclassPublishLayerMessageclassPublishObjectMessageclassPublishPathMessageclassPublishPluginMessageclassServiceDefinitionMessageclassServiceDefinitionResponseMessageclassShutdownMessageclassSignalAllMessageclassSignalMessageclassTestNodeMessageclassUnlockMessageMethods in org.hcjf.cloud.impl.messages that return types with arguments of type Message Modifier and Type Method Description java.util.Collection<Message>ServiceDefinitionResponseMessage. getMessages()Method parameters in org.hcjf.cloud.impl.messages with type arguments of type Message Modifier and Type Method Description voidServiceDefinitionResponseMessage. setMessages(java.util.Collection<Message> messages)Constructors in org.hcjf.cloud.impl.messages with parameters of type Message Constructor Description AckMessage(Message message)ServiceDefinitionResponseMessage(Message message) -
Uses of Message in org.hcjf.cloud.impl.network
Methods in org.hcjf.cloud.impl.network with parameters of type Message Modifier and Type Method Description voidCloudOrchestrator. incomingMessage(CloudSession session, Message message)protected voidCloudClient. onRead(CloudSession session, Message message)protected voidCloudServer. onRead(CloudSession session, Message message) -
Uses of Message in org.hcjf.io.console
Methods in org.hcjf.io.console with parameters of type Message Modifier and Type Method Description protected voidConsoleServer. onRead(ConsoleSession session, Message message)Delegate the message for the different methods. -
Uses of Message in org.hcjf.io.console.messages
Subclasses of Message in org.hcjf.io.console.messages Modifier and Type Class Description classEvaluateQueryableMessageThis message contains a queryable to execute.classExecuteMessageThis message contains the command information.classGetMetadataMessageThis message is to make the server return the metadata.classLoadPluginMessageThis message contains the plugin file.classLoginMessageThis message contains the login information. -
Uses of Message in org.hcjf.io.net.messages
Subclasses of Message in org.hcjf.io.net.messages Modifier and Type Class Description classEncryptedMessageThis kind of message are only a wrapper that contains the original message encrypted.classMessageCollectionclassResponseMessageThis kind of messges are to send a response for a particular message.Methods in org.hcjf.io.net.messages that return Message Modifier and Type Method Description protected MessageMessagesNode. decrypt(EncryptedMessage encryptedMessage)This method must decrypt the encrypted message and returns the original message decrypted.protected MessageMessagesServer. decrypt(EncryptedMessage encryptedMessage)This method must decrypt the encrypted message and returns the original message decrypted.Methods in org.hcjf.io.net.messages that return types with arguments of type Message Modifier and Type Method Description java.util.List<Message>MessageBuffer. getMessages()Returns the messages decoded contained into the buffer.java.util.Collection<Message>MessageCollection. getMessages()Methods in org.hcjf.io.net.messages with parameters of type Message Modifier and Type Method Description voidMessageBuffer. append(Message message)Appends a message into the buffer.protected EncryptedMessageMessagesNode. encrypt(Message message)This method must encrypt the message and create an instance ofEncryptedMessagewrapping the original message.protected EncryptedMessageMessagesServer. encrypt(Message message)This method must encrypt the message and create an instance ofEncryptedMessagewrapping the original message.protected abstract voidMessagesNode. onRead(S session, Message incomingMessage)This method is called when there are a complete message into the buffer.protected abstract voidMessagesServer. onRead(S session, Message message)This method depends of each implementation.voidMessagesNode. send(Message message)Send a message to the server.voidMessagesServer. send(S session, Message message)Send message to the net using the buffer.Method parameters in org.hcjf.io.net.messages with type arguments of type Message Modifier and Type Method Description voidMessageCollection. setMessages(java.util.Collection<Message> messages)Constructors in org.hcjf.io.net.messages with parameters of type Message Constructor Description ResponseMessage(Message message)
-