Uses of Class
org.apache.mina.io.IoHandlerAdapter

Packages that use IoHandlerAdapter
org.apache.mina.examples.echoserver Echo server which demonstates low-level I/O layer and SSL support. 
org.apache.mina.examples.httpserver Simplistic HTTP server which demonstates stream-based I/O support. 
org.apache.mina.examples.netcat NetCat client (Network + Unix cat command) which demonstates low-level I/O layer. 
org.apache.mina.io.handler Useful IoHandler implementations. 
 

Uses of IoHandlerAdapter in org.apache.mina.examples.echoserver
 

Subclasses of IoHandlerAdapter in org.apache.mina.examples.echoserver
 class EchoProtocolHandler
          IoHandler implementation for echo server.
 

Uses of IoHandlerAdapter in org.apache.mina.examples.httpserver
 

Subclasses of IoHandlerAdapter in org.apache.mina.examples.httpserver
 class HttpProtocolHandler
          A simplistic HTTP protocol handler that replies back the URL and headers which a client requested.
 

Uses of IoHandlerAdapter in org.apache.mina.examples.netcat
 

Subclasses of IoHandlerAdapter in org.apache.mina.examples.netcat
 class NetCatProtocolHandler
          IoHandler implementation for NetCat client.
 

Uses of IoHandlerAdapter in org.apache.mina.io.handler
 

Subclasses of IoHandlerAdapter in org.apache.mina.io.handler
 class StreamIoHandler
          A IoHandler that adapts asynchronous MINA events to stream I/O.
 



Copyright © 2004-2007 . All Rights Reserved.