Uses of Enum Class
ch.nolix.baseapi.net.netproperty.ConnectionType
Packages that use ConnectionType
Package
Description
-
Uses of ConnectionType in ch.nolix.base.net.level1server
Methods in ch.nolix.base.net.level1server that return ConnectionTypeModifier and TypeMethodDescriptionLocalEndPoint.getConnectionType()SocketEndPoint.getConnectionType()SslServerEndPoint.getConnectionType() -
Uses of ConnectionType in ch.nolix.base.net.level2server
Methods in ch.nolix.base.net.level2server that return ConnectionTypeModifier and TypeMethodDescriptionLocalEndPoint.getConnectionType()NetEndPoint.getConnectionType() -
Uses of ConnectionType in ch.nolix.base.net.level3server
Methods in ch.nolix.base.net.level3server that return ConnectionTypeModifier and TypeMethodDescriptionLocalEndPoint.getConnectionType()NetEndPoint.getConnectionType() -
Uses of ConnectionType in ch.nolix.baseapi.net.baseendpoint
Methods in ch.nolix.baseapi.net.baseendpoint that return ConnectionType -
Uses of ConnectionType in ch.nolix.baseapi.net.netproperty
Subclasses with type arguments of type ConnectionType in ch.nolix.baseapi.net.netpropertyMethods in ch.nolix.baseapi.net.netproperty that return ConnectionTypeModifier and TypeMethodDescriptionstatic ConnectionTypeReturns the enum constant of this class with the specified name.static ConnectionType[]ConnectionType.values()Returns an array containing the constants of this enum class, in the order they are declared.