Uses of Interface
jnetpcap.capture.RemoteSession

Packages that use RemoteSession
jnetpcap.capture A network packet capture framework. 
 

Uses of RemoteSession in jnetpcap.capture
 

Methods in jnetpcap.capture that return RemoteSession
 RemoteSession RemoteSession.RemoteSessionFactory.createSession(RemoteServer parent, java.net.Socket socket)
           
 RemoteSession Capture.getRemoteSession()
          Gets a reference to the RemoteSession instance that initated this capture session.
static RemoteSession RemoteServer.openSession(java.net.URI uri)
          Creates an empty, but connected session to the remote server.
static RemoteSession RemoteServer.openSession(java.net.URI uri, byte[] authentication)
          Creates an empty, but connected session to the remote server.