org.jnetstream.capture
Interface Captures.RemoteFactory
- All Superinterfaces:
- Captures.Factory, Captures.LiveCaptureFactory
- All Known Subinterfaces:
- RemoteSession
- Enclosing class:
- Captures
public static interface Captures.RemoteFactory
- extends Captures.Factory
Factory interface for remote sessions. This is a factory interface that
provides implementation of jNetStream API. This factory interface contains
only methods that may be invoked on remote sessions and are not applicable
for a local session. The methods in this interface provide information
about remote session itself. Notice that this interface subclasses the main
Captures.Factory interface and makes all the methods there available for
remote sessions.
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 org.jnetstream.capture.Captures.Factory |
append, catFile, catFile, countPackets, formatType, formatType, newFile, newFile, newFile, newFile, openFile, openFile, openFile, openFile, registerListener, removeRegisteredListener, splitFile, splitFile, validateFile |
| Methods inherited from interface org.jnetstream.capture.Captures.LiveCaptureFactory |
listCaptureDevices, newCaptureDevice, openLive, openLive, openLive, openLive, openLive, openLive, openLive, openTransmitter, openTransmitter |