Interface RemoteTransport

All Superinterfaces:
Transport

public interface RemoteTransport extends Transport
The Remoting transport.
Author:
David M. Lloyd
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jboss.remoting3.Connection
    Get the Remoting connection of the current request.
    int
    Get 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