Package org.jboss.as.remoting
Class RemotingConnectorBindingInfoService.RemotingConnectorInfo
- java.lang.Object
-
- org.jboss.as.remoting.RemotingConnectorBindingInfoService.RemotingConnectorInfo
-
- Enclosing class:
- RemotingConnectorBindingInfoService
@Deprecated public static final class RemotingConnectorBindingInfoService.RemotingConnectorInfo extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description RemotingConnectorInfo(SocketBinding socketBinding, Protocol protocol)Deprecated.there is no need for a public constructor so it will be removed
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetProtocol()Deprecated.SocketBindinggetSocketBinding()Deprecated.
-
-
-
Constructor Detail
-
RemotingConnectorInfo
@Deprecated public RemotingConnectorInfo(SocketBinding socketBinding, Protocol protocol)
Deprecated.there is no need for a public constructor so it will be removed
-
-
Method Detail
-
getSocketBinding
public SocketBinding getSocketBinding()
Deprecated.
-
getProtocol
public String getProtocol()
Deprecated.
-
-