Package org.wildfly.naming.client.remote
Interface RemoteTransport
-
- All Superinterfaces:
Transport
public interface RemoteTransport extends Transport
The Remoting transport.- Author:
- David M. Lloyd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.jboss.remoting3.ConnectiongetConnection()Get the Remoting connection of the current request.intgetVersion()Get the transport version of the current request.
-
-
-
Method Detail
-
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
-
-