Uses of Enum Class
org.jboss.as.remoting.Protocol
Packages that use Protocol
-
Uses of Protocol in org.jboss.as.remoting
Methods in org.jboss.as.remoting that return ProtocolModifier and TypeMethodDescriptionstatic Protocolstatic ProtocolReturns the enum constant of this class with the specified name.static Protocol[]Protocol.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jboss.as.remoting with parameters of type ProtocolModifier and TypeMethodDescriptionstatic voidRemotingConnectorBindingInfoService.install(org.jboss.msc.service.ServiceTarget target, String connectorName, SocketBinding binding, Protocol protocol) Constructors in org.jboss.as.remoting with parameters of type ProtocolModifierConstructorDescriptionRemotingConnectorInfo(SocketBinding socketBinding, Protocol protocol) Deprecated.there is no need for a public constructor so it will be removed