jnetpcap.capture
Interface CaptureFactory.RemoteFactory
- All Superinterfaces:
- CaptureFactory.Factory
- All Known Subinterfaces:
- RemoteSession
- Enclosing class:
- CaptureFactory
public static interface CaptureFactory.RemoteFactory
- extends CaptureFactory.Factory
Factory interface for remote sessions. Note that this interface extends the
CaptureFactory interface which provides common methods between all types of
captures and this particular interface adds only the methods that are valid
for RemoteSessions and which would not be valid for LocalSessions for example.
Currently there are no such methods, but may be introduced in the future.
This is because all remote methods can be also provided locally while the inverse
is not true.
- Author:
- Mark Bednarczyk, Sly Technologies, Inc.
| Methods inherited from interface jnetpcap.capture.CaptureFactory.Factory |
append, catFile, catFile, compactFile, convertFile, listInterfaces, newFile, newFile, newFile, newInterface, newInterface, openFile, openFile, openLive, openLive, openLive, openLive, splitFile, splitFile, typeOfFile, validateFile |