Interface Transport

All Superinterfaces:
MonitoringAware<TransportProbe>
All Known Implementing Classes:
AbstractTransport, NIOTransport, TCPNIOTransport, UDPNIOTransport

public interface Transport extends MonitoringAware<TransportProbe>
Transport interface describes the transport unit used in Grizzly. Transport implementation could operate over TCP, UDP or other custom protocol, using blocking, NIO or NIO.2 Java API.
Author:
Alexey Stashok