Uses of Class
org.jboss.as.remoting.Protocol
-
Packages that use Protocol Package Description org.jboss.as.remoting -
-
Uses of Protocol in org.jboss.as.remoting
Methods in org.jboss.as.remoting that return Protocol Modifier and Type Method Description static ProtocolProtocol. forName(String localName)static ProtocolProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static Protocol[]Protocol. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.as.remoting with parameters of type Protocol Modifier and Type Method Description static voidRemotingConnectorBindingInfoService. install(org.jboss.msc.service.ServiceTarget target, String connectorName, SocketBinding binding, Protocol protocol)Constructors in org.jboss.as.remoting with parameters of type Protocol Constructor Description RemotingConnectorInfo(SocketBinding socketBinding, Protocol protocol)Deprecated.there is no need for a public constructor so it will be removed
-