Uses of Class
org.hcjf.io.net.NetServiceConsumer
-
Packages that use NetServiceConsumer Package Description org.hcjf.cloud.impl.network org.hcjf.io.console org.hcjf.io.net org.hcjf.io.net.http org.hcjf.io.net.http.proxy org.hcjf.io.net.messages -
-
Uses of NetServiceConsumer in org.hcjf.cloud.impl.network
Subclasses of NetServiceConsumer in org.hcjf.cloud.impl.network Modifier and Type Class Description classCloudClientclassCloudServerConstructors in org.hcjf.cloud.impl.network with parameters of type NetServiceConsumer Constructor Description CloudSession(NetServiceConsumer consumer) -
Uses of NetServiceConsumer in org.hcjf.io.console
Subclasses of NetServiceConsumer in org.hcjf.io.console Modifier and Type Class Description classConsoleServerThis server accept connections from hcj-console instances.Constructors in org.hcjf.io.console with parameters of type NetServiceConsumer Constructor Description ConsoleSession(java.util.UUID id, NetServiceConsumer consumer) -
Uses of NetServiceConsumer in org.hcjf.io.net
Subclasses of NetServiceConsumer in org.hcjf.io.net Modifier and Type Class Description classNetClient<S extends NetSession,D>This class is a kind of net consumer that represent a client for the ip connections.classNetServer<S extends NetSession,D>This class is a kind of net consumer that represent a server for the ip connections.Methods in org.hcjf.io.net that return NetServiceConsumer Modifier and Type Method Description NetServiceConsumerNetSession. getConsumer()Return the consumer.Methods in org.hcjf.io.net with parameters of type NetServiceConsumer Modifier and Type Method Description voidNetService. registerConsumer(NetServiceConsumer consumer)This method register the consumer in the service.voidNetService. unregisterConsumer(NetServiceConsumer consumer)Constructors in org.hcjf.io.net with parameters of type NetServiceConsumer Constructor Description NetSession(java.util.UUID id, NetServiceConsumer consumer) -
Uses of NetServiceConsumer in org.hcjf.io.net.http
Subclasses of NetServiceConsumer in org.hcjf.io.net.http Modifier and Type Class Description classHttpClientClient to invoke some http server.classHttpServerImplementation of the net service that provides the http protocol server.classHttpsServerConstructors in org.hcjf.io.net.http with parameters of type NetServiceConsumer Constructor Description HttpSession(java.util.UUID id, NetServiceConsumer consumer)Constructor with id and consumer. -
Uses of NetServiceConsumer in org.hcjf.io.net.http.proxy
Subclasses of NetServiceConsumer in org.hcjf.io.net.http.proxy Modifier and Type Class Description classHttpProxyHttp proxy implementation -
Uses of NetServiceConsumer in org.hcjf.io.net.messages
Subclasses of NetServiceConsumer in org.hcjf.io.net.messages Modifier and Type Class Description classMessagesNode<S extends NetSession>This class provides the base to implements a message node.classMessagesServer<S extends NetSession>This implementation provides the base to work with messages into the network.
-