Package org.wildfly.naming.client.remote
Interface RemoteTransport
- All Superinterfaces:
Transport
The Remoting transport.
- Author:
- David M. Lloyd
-
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.remoting3.ConnectionGet the Remoting connection of the current request.intGet the transport version of the current request.
-
Method Details
-
getConnection
org.jboss.remoting3.Connection getConnection()Get the Remoting connection of the current request.- Returns:
- the Remoting connection of the current request (not
null)
-
getVersion
int getVersion()Get the transport version of the current request.- Returns:
- the transport version of the current request
-