org.jnetstream.protocol
Interface Protocol
- All Superinterfaces:
- FilterTarget, ProtocolFilterTarget
- All Known Implementing Classes:
- Protocol.Builtin
public interface Protocol
- extends ProtocolFilterTarget
Contains basic information about a protocol such as a unique ID that is only
valid in single VM and single instance, name of the protocol. This is the
base interface for ProtocolInfo which provides more information about
the protocol and also acts as a ProtocolRegistry entry.
- Author:
- Mark Bednarczyk, Sly Technologies, Inc.
|
Nested Class Summary |
static class |
Protocol.Builtin
A list of builtin protocols, used for testing and other purposes |
|
Method Summary |
java.lang.String |
toString()
Name of the protocol |
toString
java.lang.String toString()
- Name of the protocol
- Overrides:
toString in class java.lang.Object