Uses of Class
org.hcjf.io.net.NetService.TransportLayerProtocol
-
Packages that use NetService.TransportLayerProtocol Package Description org.hcjf.io.net org.hcjf.io.net.messages -
-
Uses of NetService.TransportLayerProtocol in org.hcjf.io.net
Methods in org.hcjf.io.net that return NetService.TransportLayerProtocol Modifier and Type Method Description NetService.TransportLayerProtocolNetServiceConsumer. getProtocol()Return the transport layer protocol of the consumer.static NetService.TransportLayerProtocolNetService.TransportLayerProtocol. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NetService.TransportLayerProtocol[]NetService.TransportLayerProtocol. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.hcjf.io.net with parameters of type NetService.TransportLayerProtocol Constructor Description NetClient(java.lang.String host, java.lang.Integer port, NetService.TransportLayerProtocol protocol)NetServer(java.lang.Integer port, NetService.TransportLayerProtocol protocol, boolean multiSession, boolean disconnectAndRemove)NetServiceConsumer(java.lang.Integer port, NetService.TransportLayerProtocol protocol) -
Uses of NetService.TransportLayerProtocol in org.hcjf.io.net.messages
Constructors in org.hcjf.io.net.messages with parameters of type NetService.TransportLayerProtocol Constructor Description MessagesServer(java.lang.Integer port, NetService.TransportLayerProtocol protocol, boolean multiSession, boolean disconnectAndRemove)MessagesServer(java.lang.Integer port, NetService.TransportLayerProtocol protocol, boolean multiSession, boolean disconnectAndRemove, Cryptography cryptography)
-