Uses of Enum Class
org.serviceconnector.net.ConnectionType
Packages that use ConnectionType
Package
Description
-
Uses of ConnectionType in org.serviceconnector.api.cln
Methods in org.serviceconnector.api.cln that return ConnectionTypeConstructors in org.serviceconnector.api.cln with parameters of type ConnectionTypeModifierConstructorDescriptionSCClient(String host, int port, ConnectionType connectionType) Instantiates a new SC client.SCMgmtClient(String host, int port, ConnectionType connectionType) Instantiates a new SC management client. -
Uses of ConnectionType in org.serviceconnector.api.srv
Methods in org.serviceconnector.api.srv that return ConnectionTypeModifier and TypeMethodDescriptionSCServer.getConnectionType()Gets the connection type.SCSessionServer.getConnectionType()Gets the connection type which is used to communicate with SC.Constructors in org.serviceconnector.api.srv with parameters of type ConnectionTypeModifierConstructorDescriptionSCServer(String scHost, int scPort, int listenerPort, ConnectionType connectionType) Instantiates a new SC server.SCServer(String scHost, int scPort, List<String> networkInterfaces, int listenerPort, ConnectionType connectionType) Instantiates a new SC server. -
Uses of ConnectionType in org.serviceconnector.net
Methods in org.serviceconnector.net that return ConnectionTypeModifier and TypeMethodDescriptionstatic ConnectionTypeGets the type.Get theEnumconstant by looking up the code in the reverse enum mapstatic 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. -
Uses of ConnectionType in org.serviceconnector.net.res
Methods in org.serviceconnector.net.res with parameters of type ConnectionTypeModifier and TypeMethodDescriptionResponderRegistry.getFirstResponderForConnectionType(ConnectionType connectionType) Gets the first responder matching given connection type.