Uses of Class
org.apache.mina.core.service.IoHandlerAdapter

Packages that use IoHandlerAdapter
org.apache.mina.example.chat Chat server which demonstates using the text line codec and Spring integration. 
org.apache.mina.example.chat.client Swing based chat client. 
org.apache.mina.example.echoserver Echo server which demonstates low-level I/O layer and SSL support. 
org.apache.mina.example.gettingstarted.timeserver   
org.apache.mina.example.haiku   
org.apache.mina.example.imagine.step1.client   
org.apache.mina.example.imagine.step1.server   
org.apache.mina.example.netcat NetCat client (Network + Unix cat command) which demonstates low-level I/O layer. 
org.apache.mina.example.proxy A TCP/IP tunneling proxy example. 
org.apache.mina.example.reverser Reverser server which reverses all text lines demonstating high-level protocol layer. 
org.apache.mina.example.sumup SumUp Server and Client which sums up all ADD requests. 
org.apache.mina.example.tennis Two tennis players play a game which demonstates in-VM pipes. 
org.apache.mina.example.udp   
org.apache.mina.example.udp.client   
org.apache.mina.handler.chain A handler implementation that helps you implement sequentially layered protocols using Chains of Responsibility pattern. 
org.apache.mina.handler.demux A handler implementation that helps you implement complex protocols by splitting messageReceived handlers into multiple sub-handlers. 
org.apache.mina.handler.stream   
org.apache.mina.proxy   
 

Uses of IoHandlerAdapter in org.apache.mina.example.chat
 

Subclasses of IoHandlerAdapter in org.apache.mina.example.chat
 class ChatProtocolHandler
          IoHandler implementation of a simple chat server protocol.
 

Uses of IoHandlerAdapter in org.apache.mina.example.chat.client
 

Subclasses of IoHandlerAdapter in org.apache.mina.example.chat.client
 class SwingChatClientHandler
          IoHandler implementation of the client side of the simple chat protocol.
 

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

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

Uses of IoHandlerAdapter in org.apache.mina.example.gettingstarted.timeserver
 

Subclasses of IoHandlerAdapter in org.apache.mina.example.gettingstarted.timeserver
 class TimeServerHandler
          The Time Server handler : it return the current date when a message is received, or close the session if the "quit" message is received.
 

Uses of IoHandlerAdapter in org.apache.mina.example.haiku
 

Subclasses of IoHandlerAdapter in org.apache.mina.example.haiku
 class HaikuValidatorIoHandler
           
 

Uses of IoHandlerAdapter in org.apache.mina.example.imagine.step1.client
 

Subclasses of IoHandlerAdapter in org.apache.mina.example.imagine.step1.client
 class ImageClient
          client for the ImageServer
 

Uses of IoHandlerAdapter in org.apache.mina.example.imagine.step1.server
 

Subclasses of IoHandlerAdapter in org.apache.mina.example.imagine.step1.server
 class ImageServerIoHandler
          server-side IoHandler
 

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

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

Uses of IoHandlerAdapter in org.apache.mina.example.proxy
 

Subclasses of IoHandlerAdapter in org.apache.mina.example.proxy
 class ClientToProxyIoHandler
          Handles the client to proxy part of the proxied connection.
 class ServerToProxyIoHandler
          Handles the server to proxy part of the proxied connection.
 

Uses of IoHandlerAdapter in org.apache.mina.example.reverser
 

Subclasses of IoHandlerAdapter in org.apache.mina.example.reverser
 class ReverseProtocolHandler
          IoHandler implementation of reverser server protocol.
 

Uses of IoHandlerAdapter in org.apache.mina.example.sumup
 

Subclasses of IoHandlerAdapter in org.apache.mina.example.sumup
 class ClientSessionHandler
          IoHandler for SumUp client.
 class ServerSessionHandler
          IoHandler for SumUp server.
 

Uses of IoHandlerAdapter in org.apache.mina.example.tennis
 

Subclasses of IoHandlerAdapter in org.apache.mina.example.tennis
 class TennisPlayer
          A IoHandler implementation which plays a tennis game.
 

Uses of IoHandlerAdapter in org.apache.mina.example.udp
 

Subclasses of IoHandlerAdapter in org.apache.mina.example.udp
 class MemoryMonitorHandler
          Class the extends IoHandlerAdapter in order to properly handle connections and the data the connections send
 

Uses of IoHandlerAdapter in org.apache.mina.example.udp.client
 

Subclasses of IoHandlerAdapter in org.apache.mina.example.udp.client
 class MemMonClient
          Sends its memory usage to the MemoryMonitor server.
 

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

Subclasses of IoHandlerAdapter in org.apache.mina.handler.chain
 class ChainedIoHandler
          An IoHandler which executes an IoHandlerChain on a messageReceived event.
 

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

Subclasses of IoHandlerAdapter in org.apache.mina.handler.demux
 class DemuxingIoHandler
          A IoHandler that demuxes messageReceived events to the appropriate MessageHandler.
 

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

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

Uses of IoHandlerAdapter in org.apache.mina.proxy
 

Subclasses of IoHandlerAdapter in org.apache.mina.proxy
 class AbstractProxyIoHandler
          AbstractProxyIoHandler.java - IoHandler that intercepts events until handshake is complete.
 



Copyright © 2004-2011 Apache MINA Project. All Rights Reserved.