A B C D E F G H I K L M N O P Q R S T U V W

A

AbstractMessage - Class in org.apache.mina.example.sumup.message
A base message for SumUp protocol messages.
AbstractMessage() - Constructor for class org.apache.mina.example.sumup.message.AbstractMessage
 
AbstractMessageDecoder - Class in org.apache.mina.example.sumup.codec
A MessageDecoder that decodes message header and forwards the decoding of body to a subclass.
AbstractMessageDecoder(int) - Constructor for class org.apache.mina.example.sumup.codec.AbstractMessageDecoder
 
AbstractMessageEncoder<T extends AbstractMessage> - Class in org.apache.mina.example.sumup.codec
A MessageEncoder that encodes message header and forwards the encoding of body to a subclass.
AbstractMessageEncoder(int) - Constructor for class org.apache.mina.example.sumup.codec.AbstractMessageEncoder
 
AbstractProxyIoHandler - Class in org.apache.mina.example.proxy
Base class of IoHandler classes which handle proxied connections.
AbstractProxyIoHandler() - Constructor for class org.apache.mina.example.proxy.AbstractProxyIoHandler
 
actionPerformed(ActionEvent) - Method in class org.apache.mina.example.chat.client.SwingChatClient.LoginAction
 
ADD - Static variable in class org.apache.mina.example.sumup.codec.Constants
 
ADD_BODY_LEN - Static variable in class org.apache.mina.example.sumup.codec.Constants
 
addClient(SocketAddress) - Method in class org.apache.mina.example.udp.MemoryMonitor
 
AddMessage - Class in org.apache.mina.example.sumup.message
ADD message in SumUp protocol.
AddMessage() - Constructor for class org.apache.mina.example.sumup.message.AddMessage
 
AddMessageDecoder - Class in org.apache.mina.example.sumup.codec
A MessageDecoder that decodes AddMessage.
AddMessageDecoder() - Constructor for class org.apache.mina.example.sumup.codec.AddMessageDecoder
 
AddMessageEncoder<T extends AddMessage> - Class in org.apache.mina.example.sumup.codec
A MessageEncoder that encodes AddMessage.
AddMessageEncoder() - Constructor for class org.apache.mina.example.sumup.codec.AddMessageEncoder
 
AuthenticationHandler - Class in org.apache.mina.example.tapedeck
TODO Add documentation
AuthenticationHandler() - Constructor for class org.apache.mina.example.tapedeck.AuthenticationHandler
 

B

BODY_LEN - Static variable in class org.apache.mina.example.sumup.codec.Constants
 
BogusSslContextFactory - Class in org.apache.mina.example.echoserver.ssl
Factory to create a bogus SSLContext.
BogusSslContextFactory() - Constructor for class org.apache.mina.example.echoserver.ssl.BogusSslContextFactory
 
BROADCAST - Static variable in class org.apache.mina.example.chat.ChatCommand
 
broadcast(String) - Method in class org.apache.mina.example.chat.ChatProtocolHandler
 
broadcast(String) - Method in class org.apache.mina.example.chat.client.ChatClientSupport
 

C

ChatClientSupport - Class in org.apache.mina.example.chat.client
A simple chat client for a given user.
ChatClientSupport(String, IoHandler) - Constructor for class org.apache.mina.example.chat.client.ChatClientSupport
 
ChatCommand - Class in org.apache.mina.example.chat
Encapsulates a chat command.
ChatProtocolHandler - Class in org.apache.mina.example.chat
IoHandler implementation of a simple chat server protocol.
ChatProtocolHandler() - Constructor for class org.apache.mina.example.chat.ChatProtocolHandler
 
Client - Class in org.apache.mina.example.sumup
(Entry Point) Starts SumUp client.
Client() - Constructor for class org.apache.mina.example.sumup.Client
 
ClientPanel - Class in org.apache.mina.example.udp
Class the represents a client connection using a JPanel
ClientPanel(String) - Constructor for class org.apache.mina.example.udp.ClientPanel
 
ClientSessionHandler - Class in org.apache.mina.example.sumup
IoHandler for SumUp client.
ClientSessionHandler(int[]) - Constructor for class org.apache.mina.example.sumup.ClientSessionHandler
 
ClientToProxyIoHandler - Class in org.apache.mina.example.proxy
Handles the client to proxy part of the proxied connection.
ClientToProxyIoHandler(IoConnector, SocketAddress) - Constructor for class org.apache.mina.example.proxy.ClientToProxyIoHandler
 
Command - Class in org.apache.mina.example.tapedeck
The base class of all Command types.
Command() - Constructor for class org.apache.mina.example.tapedeck.Command
 
CommandDecoder - Class in org.apache.mina.example.tapedeck
MINA ProtocolDecoder which decodes bytes into Command objects.
CommandDecoder() - Constructor for class org.apache.mina.example.tapedeck.CommandDecoder
 
commandSyntaxError(IoSession, CommandSyntaxException) - Method in class org.apache.mina.example.tapedeck.AuthenticationHandler
 
commandSyntaxError(IoSession, CommandSyntaxException) - Method in class org.apache.mina.example.tapedeck.TapeDeckServer
 
CommandSyntaxException - Exception in org.apache.mina.example.tapedeck
Exception thrown by CommandDecoder when a line cannot be decoded as a Command object.
CommandSyntaxException(String) - Constructor for exception org.apache.mina.example.tapedeck.CommandSyntaxException
 
connect(NioSocketConnector, SocketAddress, boolean) - Method in class org.apache.mina.example.chat.client.ChatClientSupport
 
connect() - Method in class org.apache.mina.example.imagine.step1.client.ImageClient
 
connect(IoSession) - Method in class org.apache.mina.example.tapedeck.TapeDeckServer
 
CONNECT_TIMEOUT - Static variable in class org.apache.mina.example.imagine.step1.client.ImageClient
 
ConnectDialog - Class in org.apache.mina.example.chat.client
TODO Add documentation
ConnectDialog(Frame) - Constructor for class org.apache.mina.example.chat.client.ConnectDialog
 
connected() - Method in class org.apache.mina.example.chat.client.SwingChatClient
 
connected() - Method in interface org.apache.mina.example.chat.client.SwingChatClientHandler.Callback
 
Constants - Class in org.apache.mina.example.sumup.codec
Provides SumUp protocol constants.
containsClient(SocketAddress) - Method in class org.apache.mina.example.udp.MemoryMonitor
 
createServerSocket(int) - Method in class org.apache.mina.example.echoserver.ssl.SslServerSocketFactory
 
createServerSocket(int, int) - Method in class org.apache.mina.example.echoserver.ssl.SslServerSocketFactory
 
createServerSocket(int, int, InetAddress) - Method in class org.apache.mina.example.echoserver.ssl.SslServerSocketFactory
 
createSocket(String, int) - Method in class org.apache.mina.example.echoserver.ssl.SslSocketFactory
 
createSocket(String, int, InetAddress, int) - Method in class org.apache.mina.example.echoserver.ssl.SslSocketFactory
 
createSocket(InetAddress, int) - Method in class org.apache.mina.example.echoserver.ssl.SslSocketFactory
 
createSocket(InetAddress, int, InetAddress, int) - Method in class org.apache.mina.example.echoserver.ssl.SslSocketFactory
 

D

decodable(IoSession, IoBuffer) - Method in class org.apache.mina.example.sumup.codec.AbstractMessageDecoder
 
decode(IoSession, IoBuffer, ProtocolDecoderOutput) - Method in class org.apache.mina.example.sumup.codec.AbstractMessageDecoder
 
decode(IoSession, IoBuffer, ProtocolDecoderOutput) - Method in class org.apache.mina.example.tapedeck.CommandDecoder
 
decodeBody(IoSession, IoBuffer) - Method in class org.apache.mina.example.sumup.codec.AbstractMessageDecoder
 
decodeBody(IoSession, IoBuffer) - Method in class org.apache.mina.example.sumup.codec.AddMessageDecoder
 
decodeBody(IoSession, IoBuffer) - Method in class org.apache.mina.example.sumup.codec.ResultMessageDecoder
 
disconnect() - Method in class org.apache.mina.example.imagine.step1.client.ImageClient
 
disconnected() - Method in class org.apache.mina.example.chat.client.SwingChatClient
 
disconnected() - Method in interface org.apache.mina.example.chat.client.SwingChatClientHandler.Callback
 
dispose(IoSession) - Method in class org.apache.mina.example.imagine.step1.codec.ImageRequestEncoder
 
dispose() - Method in class org.apache.mina.example.sumup.codec.AddMessageEncoder
 
dispose() - Method in class org.apache.mina.example.sumup.codec.ResultMessageEncoder
 
doDecode(IoSession, IoBuffer, ProtocolDecoderOutput) - Method in class org.apache.mina.example.imagine.step1.codec.ImageRequestDecoder
 
doDecode(IoSession, IoBuffer, ProtocolDecoderOutput) - Method in class org.apache.mina.example.imagine.step1.codec.ImageResponseDecoder
 
DONE - Static variable in class org.apache.mina.example.tapedeck.AuthenticationHandler
 

E

EchoProtocolHandler - Class in org.apache.mina.example.echoserver
IoHandler implementation for echo server.
EchoProtocolHandler() - Constructor for class org.apache.mina.example.echoserver.EchoProtocolHandler
 
EjectCommand - Class in org.apache.mina.example.tapedeck
Represents the eject command.
EjectCommand() - Constructor for class org.apache.mina.example.tapedeck.EjectCommand
 
ejectTape(TapeDeckServer.TapeDeckContext, IoSession, EjectCommand) - Method in class org.apache.mina.example.tapedeck.TapeDeckServer
 
EMPTY - Static variable in class org.apache.mina.example.tapedeck.TapeDeckServer
 
encode(IoSession, Object, ProtocolEncoderOutput) - Method in class org.apache.mina.example.imagine.step1.codec.ImageRequestEncoder
 
encode(IoSession, Object, ProtocolEncoderOutput) - Method in class org.apache.mina.example.imagine.step1.codec.ImageResponseEncoder
 
encode(IoSession, T, ProtocolEncoderOutput) - Method in class org.apache.mina.example.sumup.codec.AbstractMessageEncoder
 
encodeBody(IoSession, T, IoBuffer) - Method in class org.apache.mina.example.sumup.codec.AbstractMessageEncoder
 
encodeBody(IoSession, T, IoBuffer) - Method in class org.apache.mina.example.sumup.codec.AddMessageEncoder
 
encodeBody(IoSession, T, IoBuffer) - Method in class org.apache.mina.example.sumup.codec.ResultMessageEncoder
 
equals(Object) - Method in class org.apache.mina.example.haiku.Haiku
 
error(String) - Method in class org.apache.mina.example.chat.client.SwingChatClient
 
error(String) - Method in interface org.apache.mina.example.chat.client.SwingChatClientHandler.Callback
 
error(Event, StateContext, IoSession, Command) - Method in class org.apache.mina.example.tapedeck.TapeDeckServer
 
errorWaitingForPassword(IoSession, Command) - Method in class org.apache.mina.example.tapedeck.AuthenticationHandler
 
errorWaitingForUser(IoSession, Command) - Method in class org.apache.mina.example.tapedeck.AuthenticationHandler
 
exceptionCaught(IoSession, Throwable) - Method in class org.apache.mina.example.chat.ChatProtocolHandler
 
exceptionCaught(IoSession, Throwable) - Method in class org.apache.mina.example.echoserver.EchoProtocolHandler
 
exceptionCaught(IoSession, Throwable) - Method in class org.apache.mina.example.gettingstarted.timeserver.TimeServerHandler
Trap exceptions.
exceptionCaught(IoSession, Throwable) - Method in class org.apache.mina.example.imagine.step1.client.ImageClient
 
exceptionCaught(IoSession, Throwable) - Method in class org.apache.mina.example.imagine.step1.server.ImageServerIoHandler
This method will be called whenever an exception occurs.
exceptionCaught(IoSession, Throwable) - Method in class org.apache.mina.example.imagine.step3.server.ImageServerIoHandler
This method will be called whenever an exception occurs.
exceptionCaught(IoSession, Throwable) - Method in class org.apache.mina.example.reverser.ReverseProtocolHandler
 
exceptionCaught(IoSession, Throwable) - Method in class org.apache.mina.example.sumup.ClientSessionHandler
 
exceptionCaught(IoSession, Throwable) - Method in class org.apache.mina.example.sumup.ServerSessionHandler
 
exceptionCaught(IoSession, Exception) - Method in class org.apache.mina.example.tapedeck.AuthenticationHandler
 
exceptionCaught(IoFilter.NextFilter, IoSession, Throwable) - Method in class org.apache.mina.example.tapedeck.AuthenticationHandler
 
exceptionCaught(IoSession, Exception) - Method in class org.apache.mina.example.tapedeck.TapeDeckServer
 
exceptionCaught(IoSession, Throwable) - Method in class org.apache.mina.example.tennis.TennisPlayer
 
exceptionCaught(IoSession, Throwable) - Method in class org.apache.mina.example.udp.client.MemMonClient
 
exceptionCaught(IoSession, Throwable) - Method in class org.apache.mina.example.udp.MemoryMonitorHandler
 

F

FAILED - Static variable in class org.apache.mina.example.tapedeck.AuthenticationHandler
 
filterClose(IoFilter.NextFilter, IoSession) - Method in class org.apache.mina.example.tapedeck.AuthenticationHandler
 
filterWrite(IoFilter.NextFilter, IoSession, WriteRequest) - Method in class org.apache.mina.example.tapedeck.AuthenticationHandler
 
finishDecode(IoSession, ProtocolDecoderOutput) - Method in class org.apache.mina.example.sumup.codec.AddMessageDecoder
 
finishDecode(IoSession, ProtocolDecoderOutput) - Method in class org.apache.mina.example.sumup.codec.ResultMessageDecoder
 

G

getApplicationContext() - Static method in class org.apache.mina.example.chat.SpringMain
 
getDecoder(IoSession) - Method in class org.apache.mina.example.imagine.step1.codec.ImageCodecFactory
 
getEncoder(IoSession) - Method in class org.apache.mina.example.imagine.step1.codec.ImageCodecFactory
 
getExpectedSyllableCount() - Method in exception org.apache.mina.example.haiku.InvalidHaikuException
 
getHeight() - Method in class org.apache.mina.example.imagine.step1.ImageRequest
 
getImage1() - Method in class org.apache.mina.example.imagine.step1.ImageResponse
 
getImage2() - Method in class org.apache.mina.example.imagine.step1.ImageResponse
 
getInstance(boolean) - Static method in class org.apache.mina.example.echoserver.ssl.BogusSslContextFactory
Get SSLContext singleton.
getMessage() - Method in exception org.apache.mina.example.tapedeck.CommandSyntaxException
 
getName() - Method in class org.apache.mina.example.tapedeck.Command
 
getName() - Method in class org.apache.mina.example.tapedeck.EjectCommand
 
getName() - Method in class org.apache.mina.example.tapedeck.InfoCommand
 
getName() - Method in class org.apache.mina.example.tapedeck.ListCommand
 
getName() - Method in class org.apache.mina.example.tapedeck.LoadCommand
 
getName() - Method in class org.apache.mina.example.tapedeck.PasswordCommand
 
getName() - Method in class org.apache.mina.example.tapedeck.PauseCommand
 
getName() - Method in class org.apache.mina.example.tapedeck.PlayCommand
 
getName() - Method in class org.apache.mina.example.tapedeck.QuitCommand
 
getName() - Method in class org.apache.mina.example.tapedeck.StopCommand
 
getName() - Method in class org.apache.mina.example.tapedeck.UserCommand
 
getNumberOfCharacters() - Method in class org.apache.mina.example.imagine.step1.ImageRequest
 
getNumberOfUsers() - Method in class org.apache.mina.example.chat.ChatProtocolHandler
 
getPassword() - Method in class org.apache.mina.example.tapedeck.PasswordCommand
 
getPhrase() - Method in exception org.apache.mina.example.haiku.InvalidHaikuException
 
getPhrasePosition() - Method in exception org.apache.mina.example.haiku.InvalidHaikuException
 
getPhrases() - Method in class org.apache.mina.example.haiku.Haiku
 
getSequence() - Method in class org.apache.mina.example.sumup.message.AbstractMessage
 
getServerAddress() - Method in class org.apache.mina.example.chat.client.ConnectDialog
 
getServerSocketFactory() - Static method in class org.apache.mina.example.echoserver.ssl.SslServerSocketFactory
 
getSocketFactory() - Static method in class org.apache.mina.example.echoserver.ssl.SslSocketFactory
 
getSyllableCount() - Method in exception org.apache.mina.example.haiku.InvalidHaikuException
 
getTapeNumber() - Method in class org.apache.mina.example.tapedeck.LoadCommand
 
getTTL() - Method in class org.apache.mina.example.tennis.TennisBall
Returns the TTL value of this ball.
getUsername() - Method in class org.apache.mina.example.chat.client.ConnectDialog
 
getUsername() - Method in class org.apache.mina.example.tapedeck.UserCommand
 
getValue() - Method in class org.apache.mina.example.sumup.message.AddMessage
 
getValue() - Method in class org.apache.mina.example.sumup.message.ResultMessage
 
getWidth() - Method in class org.apache.mina.example.imagine.step1.ImageRequest
 
GraphicalCharGenClient - Class in org.apache.mina.example.imagine.step1.client
Swing application that acts as a client of the ImageServer
GraphicalCharGenClient() - Constructor for class org.apache.mina.example.imagine.step1.client.GraphicalCharGenClient
 

H

Haiku - Class in org.apache.mina.example.haiku
 
Haiku(String...) - Constructor for class org.apache.mina.example.haiku.Haiku
 
HaikuValidationServer - Class in org.apache.mina.example.haiku
 
HaikuValidationServer() - Constructor for class org.apache.mina.example.haiku.HaikuValidationServer
 
HaikuValidator - Class in org.apache.mina.example.haiku
 
HaikuValidator() - Constructor for class org.apache.mina.example.haiku.HaikuValidator
 
HaikuValidatorIoHandler - Class in org.apache.mina.example.haiku
 
HaikuValidatorIoHandler() - Constructor for class org.apache.mina.example.haiku.HaikuValidatorIoHandler
 
hashCode() - Method in class org.apache.mina.example.haiku.Haiku
 
HEADER_LEN - Static variable in class org.apache.mina.example.sumup.codec.Constants
 
HOST - Static variable in class org.apache.mina.example.imagine.step1.client.GraphicalCharGenClient
 

I

ImageClient - Class in org.apache.mina.example.imagine.step1.client
client for the ImageServer
ImageClient(String, int, ImageListener) - Constructor for class org.apache.mina.example.imagine.step1.client.ImageClient
 
ImageCodecFactory - Class in org.apache.mina.example.imagine.step1.codec
a ProtocolCodecFactory for the tutorial on how to write a protocol codec
ImageCodecFactory(boolean) - Constructor for class org.apache.mina.example.imagine.step1.codec.ImageCodecFactory
 
ImageListener - Interface in org.apache.mina.example.imagine.step1.client
TODO Add documentation
ImagePanel - Class in org.apache.mina.example.imagine.step1.client
JPanel capable of drawing two BufferedImage's
ImagePanel() - Constructor for class org.apache.mina.example.imagine.step1.client.ImagePanel
 
ImageRequest - Class in org.apache.mina.example.imagine.step1
represents a client's request for an image
ImageRequest(int, int, int) - Constructor for class org.apache.mina.example.imagine.step1.ImageRequest
 
ImageRequestDecoder - Class in org.apache.mina.example.imagine.step1.codec
a decoder for ImageRequest objects
ImageRequestDecoder() - Constructor for class org.apache.mina.example.imagine.step1.codec.ImageRequestDecoder
 
ImageRequestEncoder - Class in org.apache.mina.example.imagine.step1.codec
an encoder for ImageRequest objects
ImageRequestEncoder() - Constructor for class org.apache.mina.example.imagine.step1.codec.ImageRequestEncoder
 
ImageResponse - Class in org.apache.mina.example.imagine.step1
response sent by the server when receiving an ImageRequest
ImageResponse(BufferedImage, BufferedImage) - Constructor for class org.apache.mina.example.imagine.step1.ImageResponse
 
ImageResponseDecoder - Class in org.apache.mina.example.imagine.step1.codec
a decoder for ImageResponse objects
ImageResponseDecoder() - Constructor for class org.apache.mina.example.imagine.step1.codec.ImageResponseDecoder
 
ImageResponseEncoder - Class in org.apache.mina.example.imagine.step1.codec
an encoder for ImageResponse objects
ImageResponseEncoder() - Constructor for class org.apache.mina.example.imagine.step1.codec.ImageResponseEncoder
 
ImageServer - Class in org.apache.mina.example.imagine.step1.server
entry point for the server used in the tutorial on protocol codecs
ImageServer() - Constructor for class org.apache.mina.example.imagine.step1.server.ImageServer
 
ImageServer - Class in org.apache.mina.example.imagine.step2.server
entry point for the server used in the tutorial on protocol codecs
ImageServer() - Constructor for class org.apache.mina.example.imagine.step2.server.ImageServer
 
ImageServer - Class in org.apache.mina.example.imagine.step3.server
entry point for the server used in the tutorial on protocol codecs
ImageServer() - Constructor for class org.apache.mina.example.imagine.step3.server.ImageServer
 
ImageServerIoHandler - Class in org.apache.mina.example.imagine.step1.server
server-side IoHandler
ImageServerIoHandler() - Constructor for class org.apache.mina.example.imagine.step1.server.ImageServerIoHandler
 
ImageServerIoHandler - Class in org.apache.mina.example.imagine.step3.server
server-side IoHandler
ImageServerIoHandler(MBeanServer) - Constructor for class org.apache.mina.example.imagine.step3.server.ImageServerIoHandler
Creates a new instance of ImageServerIoHandler.
INDEX_KEY - Static variable in class org.apache.mina.example.imagine.step1.server.ImageServerIoHandler
 
INDEX_KEY - Static variable in class org.apache.mina.example.imagine.step3.server.ImageServerIoHandler
 
info(TapeDeckServer.TapeDeckContext, IoSession, InfoCommand) - Method in class org.apache.mina.example.tapedeck.TapeDeckServer
 
InfoCommand - Class in org.apache.mina.example.tapedeck
Represents the info command.
InfoCommand() - Constructor for class org.apache.mina.example.tapedeck.InfoCommand
 
InvalidHaikuException - Exception in org.apache.mina.example.haiku
 
InvalidHaikuException(int, String, int, int) - Constructor for exception org.apache.mina.example.haiku.InvalidHaikuException
 
isCancelled() - Method in class org.apache.mina.example.chat.client.ConnectDialog
 
isChatUser(String) - Method in class org.apache.mina.example.chat.ChatProtocolHandler
 
isConnected() - Method in class org.apache.mina.example.imagine.step1.client.ImageClient
 
isFinished() - Method in class org.apache.mina.example.sumup.ClientSessionHandler
 
isOk() - Method in class org.apache.mina.example.sumup.message.ResultMessage
 
isSslEnabled() - Static method in class org.apache.mina.example.echoserver.ssl.SslServerSocketFactory
 
isSslEnabled() - Static method in class org.apache.mina.example.echoserver.ssl.SslSocketFactory
 
isUseSsl() - Method in class org.apache.mina.example.chat.client.ConnectDialog
 

K

kick(String) - Method in class org.apache.mina.example.chat.ChatProtocolHandler
 

L

ListCommand - Class in org.apache.mina.example.tapedeck
Represents the list command.
ListCommand() - Constructor for class org.apache.mina.example.tapedeck.ListCommand
 
listTapes(IoSession, ListCommand) - Method in class org.apache.mina.example.tapedeck.TapeDeckServer
 
LoadCommand - Class in org.apache.mina.example.tapedeck
Represents the load <tape> command.
LoadCommand(int) - Constructor for class org.apache.mina.example.tapedeck.LoadCommand
 
LOADED - Static variable in class org.apache.mina.example.tapedeck.TapeDeckServer
 
loadTape(TapeDeckServer.TapeDeckContext, IoSession, LoadCommand) - Method in class org.apache.mina.example.tapedeck.TapeDeckServer
 
loggedIn() - Method in class org.apache.mina.example.chat.client.SwingChatClient
 
loggedIn() - Method in interface org.apache.mina.example.chat.client.SwingChatClientHandler.Callback
 
loggedOut() - Method in class org.apache.mina.example.chat.client.SwingChatClient
 
loggedOut() - Method in interface org.apache.mina.example.chat.client.SwingChatClientHandler.Callback
 
LOGIN - Static variable in class org.apache.mina.example.chat.ChatCommand
 
login() - Method in class org.apache.mina.example.chat.client.ChatClientSupport
 

M

main(String[]) - Static method in class org.apache.mina.example.chat.client.SwingChatClient
 
Main - Class in org.apache.mina.example.chat
(Entry point) Chat server
Main() - Constructor for class org.apache.mina.example.chat.Main
 
main(String[]) - Static method in class org.apache.mina.example.chat.Main
 
main(String[]) - Static method in class org.apache.mina.example.chat.SpringMain
 
Main - Class in org.apache.mina.example.echoserver
(Entry point) Echo server
Main() - Constructor for class org.apache.mina.example.echoserver.Main
 
main(String[]) - Static method in class org.apache.mina.example.echoserver.Main
 
main(String[]) - Static method in class org.apache.mina.example.gettingstarted.timeserver.MinaTimeServer
The server implementation.
main(String...) - Static method in class org.apache.mina.example.haiku.HaikuValidationServer
 
main(String[]) - Static method in class org.apache.mina.example.imagine.step1.client.GraphicalCharGenClient
 
main(String[]) - Static method in class org.apache.mina.example.imagine.step1.server.ImageServer
 
main(String[]) - Static method in class org.apache.mina.example.imagine.step2.server.ImageServer
 
main(String[]) - Static method in class org.apache.mina.example.imagine.step3.server.ImageServer
 
Main - Class in org.apache.mina.example.netcat
(Entry point) NetCat client.
Main() - Constructor for class org.apache.mina.example.netcat.Main
 
main(String[]) - Static method in class org.apache.mina.example.netcat.Main
 
Main - Class in org.apache.mina.example.proxy
(Entry point) Demonstrates how to write a very simple tunneling proxy using MINA.
Main() - Constructor for class org.apache.mina.example.proxy.Main
 
main(String[]) - Static method in class org.apache.mina.example.proxy.Main
 
Main - Class in org.apache.mina.example.reverser
(Entry point) Reverser server which reverses all text lines from clients.
Main() - Constructor for class org.apache.mina.example.reverser.Main
 
main(String[]) - Static method in class org.apache.mina.example.reverser.Main
 
main(String[]) - Static method in class org.apache.mina.example.sumup.Client
 
main(String[]) - Static method in class org.apache.mina.example.sumup.Server
 
Main - Class in org.apache.mina.example.tapedeck
Simple example demonstrating how to build a state machine for MINA's IoHandler interface.
Main() - Constructor for class org.apache.mina.example.tapedeck.Main
 
main(String[]) - Static method in class org.apache.mina.example.tapedeck.Main
 
Main - Class in org.apache.mina.example.tennis
(Entry point) An 'in-VM pipe' example which simulates a tennis game between client and server.
Main() - Constructor for class org.apache.mina.example.tennis.Main
 
main(String[]) - Static method in class org.apache.mina.example.tennis.Main
 
main(String[]) - Static method in class org.apache.mina.example.udp.client.MemMonClient
 
main(String[]) - Static method in class org.apache.mina.example.udp.MemoryMonitor
 
MAX_IMAGE_SIZE - Static variable in class org.apache.mina.example.imagine.step1.codec.ImageResponseDecoder
 
MemMonClient - Class in org.apache.mina.example.udp.client
Sends its memory usage to the MemoryMonitor server.
MemMonClient() - Constructor for class org.apache.mina.example.udp.client.MemMonClient
Default constructor.
MemoryMonitor - Class in org.apache.mina.example.udp
The class that will accept and process clients in order to properly track the memory usage.
MemoryMonitor() - Constructor for class org.apache.mina.example.udp.MemoryMonitor
 
MemoryMonitorHandler - Class in org.apache.mina.example.udp
Class the extends IoHandlerAdapter in order to properly handle connections and the data the connections send
MemoryMonitorHandler(MemoryMonitor) - Constructor for class org.apache.mina.example.udp.MemoryMonitorHandler
 
messageReceived(IoSession, Object) - Method in class org.apache.mina.example.chat.ChatProtocolHandler
 
messageReceived(String) - Method in class org.apache.mina.example.chat.client.SwingChatClient
 
messageReceived(String) - Method in interface org.apache.mina.example.chat.client.SwingChatClientHandler.Callback
 
messageReceived(IoSession, Object) - Method in class org.apache.mina.example.chat.client.SwingChatClientHandler
 
messageReceived(IoSession, Object) - Method in class org.apache.mina.example.echoserver.EchoProtocolHandler
 
messageReceived(IoSession, Object) - Method in class org.apache.mina.example.gettingstarted.timeserver.TimeServerHandler
If the message is 'quit', we exit by closing the session.
messageReceived(IoSession, Object) - Method in class org.apache.mina.example.haiku.HaikuValidatorIoHandler
 
messageReceived(IoFilter.NextFilter, IoSession, Object) - Method in class org.apache.mina.example.haiku.ToHaikuIoFilter
 
messageReceived(IoSession, Object) - Method in class org.apache.mina.example.imagine.step1.client.ImageClient
 
messageReceived(IoSession, Object) - Method in class org.apache.mina.example.imagine.step1.server.ImageServerIoHandler
Handle incoming messages.
messageReceived(IoSession, Object) - Method in class org.apache.mina.example.imagine.step3.server.ImageServerIoHandler
Handle incoming messages.
messageReceived(IoSession, Object) - Method in class org.apache.mina.example.netcat.NetCatProtocolHandler
 
messageReceived(IoSession, Object) - Method in class org.apache.mina.example.proxy.AbstractProxyIoHandler
 
messageReceived(IoSession, Object) - Method in class org.apache.mina.example.reverser.ReverseProtocolHandler
 
messageReceived(IoSession, Object) - Method in class org.apache.mina.example.sumup.ClientSessionHandler
 
messageReceived(IoSession, Object) - Method in class org.apache.mina.example.sumup.ServerSessionHandler
 
messageReceived(IoFilter.NextFilter, IoSession, Object) - Method in class org.apache.mina.example.tapedeck.AuthenticationHandler
 
messageReceived(IoSession, Object) - Method in class org.apache.mina.example.tennis.TennisPlayer
 
messageReceived(IoSession, Object) - Method in class org.apache.mina.example.udp.client.MemMonClient
 
messageReceived(IoSession, Object) - Method in class org.apache.mina.example.udp.MemoryMonitorHandler
 
messageSent(IoFilter.NextFilter, IoSession, WriteRequest) - Method in class org.apache.mina.example.tapedeck.AuthenticationHandler
 
messageSent(IoSession, Object) - Method in class org.apache.mina.example.tennis.TennisPlayer
 
messageSent(IoSession, Object) - Method in class org.apache.mina.example.udp.client.MemMonClient
 
MinaTimeServer - Class in org.apache.mina.example.gettingstarted.timeserver
A minimal 'time' server, returning the current date.
MinaTimeServer() - Constructor for class org.apache.mina.example.gettingstarted.timeserver.MinaTimeServer
 

N

NAME - Static variable in class org.apache.mina.example.tapedeck.EjectCommand
 
NAME - Static variable in class org.apache.mina.example.tapedeck.InfoCommand
 
NAME - Static variable in class org.apache.mina.example.tapedeck.ListCommand
 
NAME - Static variable in class org.apache.mina.example.tapedeck.LoadCommand
 
NAME - Static variable in class org.apache.mina.example.tapedeck.PasswordCommand
 
NAME - Static variable in class org.apache.mina.example.tapedeck.PauseCommand
 
NAME - Static variable in class org.apache.mina.example.tapedeck.PlayCommand
 
NAME - Static variable in class org.apache.mina.example.tapedeck.QuitCommand
 
NAME - Static variable in class org.apache.mina.example.tapedeck.StopCommand
 
NAME - Static variable in class org.apache.mina.example.tapedeck.UserCommand
 
NetCatProtocolHandler - Class in org.apache.mina.example.netcat
IoHandler implementation for NetCat client.
NetCatProtocolHandler() - Constructor for class org.apache.mina.example.netcat.NetCatProtocolHandler
 

O

onException(Throwable) - Method in class org.apache.mina.example.imagine.step1.client.GraphicalCharGenClient
 
onException(Throwable) - Method in interface org.apache.mina.example.imagine.step1.client.ImageListener
 
onImages(BufferedImage, BufferedImage) - Method in class org.apache.mina.example.imagine.step1.client.GraphicalCharGenClient
 
onImages(BufferedImage, BufferedImage) - Method in interface org.apache.mina.example.imagine.step1.client.ImageListener
 
org.apache.mina.example.chat - package org.apache.mina.example.chat
Chat server which demonstates using the text line codec and Spring integration.
org.apache.mina.example.chat.client - package org.apache.mina.example.chat.client
Swing based chat client.
org.apache.mina.example.echoserver - package org.apache.mina.example.echoserver
Echo server which demonstates low-level I/O layer and SSL support.
org.apache.mina.example.echoserver.ssl - package org.apache.mina.example.echoserver.ssl
SSL support classes.
org.apache.mina.example.gettingstarted.timeserver - package org.apache.mina.example.gettingstarted.timeserver
 
org.apache.mina.example.haiku - package org.apache.mina.example.haiku
 
org.apache.mina.example.imagine.step1 - package org.apache.mina.example.imagine.step1
 
org.apache.mina.example.imagine.step1.client - package org.apache.mina.example.imagine.step1.client
 
org.apache.mina.example.imagine.step1.codec - package org.apache.mina.example.imagine.step1.codec
 
org.apache.mina.example.imagine.step1.server - package org.apache.mina.example.imagine.step1.server
 
org.apache.mina.example.imagine.step2.server - package org.apache.mina.example.imagine.step2.server
 
org.apache.mina.example.imagine.step3.server - package org.apache.mina.example.imagine.step3.server
 
org.apache.mina.example.netcat - package org.apache.mina.example.netcat
NetCat client (Network + Unix cat command) which demonstates low-level I/O layer.
org.apache.mina.example.proxy - package org.apache.mina.example.proxy
A TCP/IP tunneling proxy example.
org.apache.mina.example.reverser - package org.apache.mina.example.reverser
Reverser server which reverses all text lines demonstating high-level protocol layer.
org.apache.mina.example.sumup - package org.apache.mina.example.sumup
SumUp Server and Client which sums up all ADD requests.
org.apache.mina.example.sumup.codec - package org.apache.mina.example.sumup.codec
Protocol codec implementation for SumUp protocol.
org.apache.mina.example.sumup.message - package org.apache.mina.example.sumup.message
Protocol mmessage classes for SumUp protocol.
org.apache.mina.example.tapedeck - package org.apache.mina.example.tapedeck
 
org.apache.mina.example.tennis - package org.apache.mina.example.tennis
Two tennis players play a game which demonstates in-VM pipes.
org.apache.mina.example.udp - package org.apache.mina.example.udp
 
org.apache.mina.example.udp.client - package org.apache.mina.example.udp.client
 
OTHER_IO_SESSION - Static variable in class org.apache.mina.example.proxy.AbstractProxyIoHandler
 

P

paintComponent(Graphics) - Method in class org.apache.mina.example.imagine.step1.client.ImagePanel
 
PANEL_SIZE - Static variable in class org.apache.mina.example.udp.MemoryMonitor
 
password(AuthenticationHandler.AuthenticationContext, IoFilter.NextFilter, IoSession, PasswordCommand) - Method in class org.apache.mina.example.tapedeck.AuthenticationHandler
 
PasswordCommand - Class in org.apache.mina.example.tapedeck
Represents the password <password> command.
PasswordCommand(String) - Constructor for class org.apache.mina.example.tapedeck.PasswordCommand
 
PauseCommand - Class in org.apache.mina.example.tapedeck
Represents the pause command.
PauseCommand() - Constructor for class org.apache.mina.example.tapedeck.PauseCommand
 
PAUSED - Static variable in class org.apache.mina.example.tapedeck.TapeDeckServer
 
pauseTape(TapeDeckServer.TapeDeckContext, IoSession, PauseCommand) - Method in class org.apache.mina.example.tapedeck.TapeDeckServer
 
PhraseUtilities - Class in org.apache.mina.example.haiku
 
PhraseUtilities() - Constructor for class org.apache.mina.example.haiku.PhraseUtilities
 
PlayCommand - Class in org.apache.mina.example.tapedeck
Represents the play command.
PlayCommand() - Constructor for class org.apache.mina.example.tapedeck.PlayCommand
 
PLAYING - Static variable in class org.apache.mina.example.tapedeck.TapeDeckServer
 
playTape(TapeDeckServer.TapeDeckContext, IoSession, PlayCommand) - Method in class org.apache.mina.example.tapedeck.TapeDeckServer
 
PORT - Static variable in class org.apache.mina.example.imagine.step1.client.GraphicalCharGenClient
 
PORT - Static variable in class org.apache.mina.example.imagine.step1.server.ImageServer
 
PORT - Static variable in class org.apache.mina.example.imagine.step2.server.ImageServer
 
PORT - Static variable in class org.apache.mina.example.imagine.step3.server.ImageServer
 
PORT - Static variable in class org.apache.mina.example.udp.MemoryMonitor
 

Q

QUIT - Static variable in class org.apache.mina.example.chat.ChatCommand
 
quit() - Method in class org.apache.mina.example.chat.client.ChatClientSupport
 
quit(TapeDeckServer.TapeDeckContext, IoSession, QuitCommand) - Method in class org.apache.mina.example.tapedeck.AuthenticationHandler
 
quit(TapeDeckServer.TapeDeckContext, IoSession, QuitCommand) - Method in class org.apache.mina.example.tapedeck.TapeDeckServer
 
QuitCommand - Class in org.apache.mina.example.tapedeck
Represents the quit command.
QuitCommand() - Constructor for class org.apache.mina.example.tapedeck.QuitCommand
 

R

recvUpdate(SocketAddress, long) - Method in class org.apache.mina.example.udp.MemoryMonitor
 
removeClient(SocketAddress) - Method in class org.apache.mina.example.udp.MemoryMonitor
 
RESULT - Static variable in class org.apache.mina.example.sumup.codec.Constants
 
RESULT_CODE_LEN - Static variable in class org.apache.mina.example.sumup.codec.Constants
 
RESULT_ERROR - Static variable in class org.apache.mina.example.sumup.codec.Constants
 
RESULT_OK - Static variable in class org.apache.mina.example.sumup.codec.Constants
 
RESULT_VALUE_LEN - Static variable in class org.apache.mina.example.sumup.codec.Constants
 
ResultMessage - Class in org.apache.mina.example.sumup.message
RESULT message in SumUp protocol.
ResultMessage() - Constructor for class org.apache.mina.example.sumup.message.ResultMessage
 
ResultMessageDecoder - Class in org.apache.mina.example.sumup.codec
A MessageDecoder that decodes ResultMessage.
ResultMessageDecoder() - Constructor for class org.apache.mina.example.sumup.codec.ResultMessageDecoder
 
ResultMessageEncoder<T extends ResultMessage> - Class in org.apache.mina.example.sumup.codec
A MessageEncoder that encodes ResultMessage.
ResultMessageEncoder() - Constructor for class org.apache.mina.example.sumup.codec.ResultMessageEncoder
 
ReverseProtocolHandler - Class in org.apache.mina.example.reverser
IoHandler implementation of reverser server protocol.
ReverseProtocolHandler() - Constructor for class org.apache.mina.example.reverser.ReverseProtocolHandler
 
ROOT - Static variable in class org.apache.mina.example.tapedeck.AuthenticationHandler
 
ROOT - Static variable in class org.apache.mina.example.tapedeck.TapeDeckServer
 

S

sendAuthRequest(IoFilter.NextFilter, IoSession) - Method in class org.apache.mina.example.tapedeck.AuthenticationHandler
 
sendRequest(ImageRequest) - Method in class org.apache.mina.example.imagine.step1.client.ImageClient
 
SEQUENCE_LEN - Static variable in class org.apache.mina.example.sumup.codec.Constants
 
Server - Class in org.apache.mina.example.sumup
(Entry Point) Starts SumUp server.
Server() - Constructor for class org.apache.mina.example.sumup.Server
 
ServerSessionHandler - Class in org.apache.mina.example.sumup
IoHandler for SumUp server.
ServerSessionHandler() - Constructor for class org.apache.mina.example.sumup.ServerSessionHandler
 
ServerToProxyIoHandler - Class in org.apache.mina.example.proxy
Handles the server to proxy part of the proxied connection.
ServerToProxyIoHandler() - Constructor for class org.apache.mina.example.proxy.ServerToProxyIoHandler
 
sessionClosed(IoSession) - Method in class org.apache.mina.example.chat.ChatProtocolHandler
 
sessionClosed(IoSession) - Method in class org.apache.mina.example.chat.client.SwingChatClientHandler
 
sessionClosed(IoSession) - Method in class org.apache.mina.example.echoserver.EchoProtocolHandler
 
sessionClosed() - Method in class org.apache.mina.example.imagine.step1.client.GraphicalCharGenClient
 
sessionClosed(IoSession) - Method in class org.apache.mina.example.imagine.step1.client.ImageClient
 
sessionClosed() - Method in interface org.apache.mina.example.imagine.step1.client.ImageListener
 
sessionClosed(IoSession) - Method in class org.apache.mina.example.netcat.NetCatProtocolHandler
 
sessionClosed(IoSession) - Method in class org.apache.mina.example.proxy.AbstractProxyIoHandler
 
sessionClosed(IoFilter.NextFilter, IoSession) - Method in class org.apache.mina.example.tapedeck.AuthenticationHandler
 
sessionClosed(IoSession) - Method in class org.apache.mina.example.tennis.TennisPlayer
 
sessionClosed(IoSession) - Method in class org.apache.mina.example.udp.client.MemMonClient
 
sessionClosed(IoSession) - Method in class org.apache.mina.example.udp.MemoryMonitorHandler
 
sessionCreated(IoSession) - Method in class org.apache.mina.example.echoserver.EchoProtocolHandler
 
sessionCreated(IoSession) - Method in class org.apache.mina.example.imagine.step3.server.ImageServerIoHandler
This method is called first when a new connection to the server is made.
sessionCreated(IoSession) - Method in class org.apache.mina.example.proxy.AbstractProxyIoHandler
 
sessionCreated(IoSession) - Method in class org.apache.mina.example.udp.client.MemMonClient
 
sessionCreated(IoSession) - Method in class org.apache.mina.example.udp.MemoryMonitorHandler
 
sessionIdle(IoSession, IdleStatus) - Method in class org.apache.mina.example.echoserver.EchoProtocolHandler
 
sessionIdle(IoSession, IdleStatus) - Method in class org.apache.mina.example.gettingstarted.timeserver.TimeServerHandler
On idle, we just write a message on the console
sessionIdle(IoSession, IdleStatus) - Method in class org.apache.mina.example.netcat.NetCatProtocolHandler
 
sessionIdle(IoSession, IdleStatus) - Method in class org.apache.mina.example.sumup.ServerSessionHandler
 
sessionIdle(IoSession, IdleStatus) - Method in class org.apache.mina.example.udp.client.MemMonClient
 
sessionIdle(IoSession, IdleStatus) - Method in class org.apache.mina.example.udp.MemoryMonitorHandler
 
sessionOpened(IoSession) - Method in class org.apache.mina.example.chat.client.SwingChatClientHandler
 
sessionOpened(IoSession) - Method in class org.apache.mina.example.echoserver.EchoProtocolHandler
 
sessionOpened() - Method in class org.apache.mina.example.imagine.step1.client.GraphicalCharGenClient
 
sessionOpened(IoSession) - Method in class org.apache.mina.example.imagine.step1.client.ImageClient
 
sessionOpened() - Method in interface org.apache.mina.example.imagine.step1.client.ImageListener
 
sessionOpened(IoSession) - Method in class org.apache.mina.example.imagine.step1.server.ImageServerIoHandler
Called when the session is opened, which will come after the session created.
sessionOpened(IoSession) - Method in class org.apache.mina.example.imagine.step3.server.ImageServerIoHandler
Called when the session is opened, which will come after the session created.
sessionOpened(IoSession) - Method in class org.apache.mina.example.netcat.NetCatProtocolHandler
 
sessionOpened(IoSession) - Method in class org.apache.mina.example.proxy.ClientToProxyIoHandler
 
sessionOpened(IoSession) - Method in class org.apache.mina.example.sumup.ClientSessionHandler
 
sessionOpened(IoSession) - Method in class org.apache.mina.example.sumup.ServerSessionHandler
 
sessionOpened(IoSession) - Method in class org.apache.mina.example.tennis.TennisPlayer
 
sessionOpened(IoSession) - Method in class org.apache.mina.example.udp.client.MemMonClient
 
sessionOpened(IoSession) - Method in class org.apache.mina.example.udp.MemoryMonitorHandler
 
setImages(BufferedImage, BufferedImage) - Method in class org.apache.mina.example.imagine.step1.client.ImagePanel
 
setOk(boolean) - Method in class org.apache.mina.example.sumup.message.ResultMessage
 
setSequence(int) - Method in class org.apache.mina.example.sumup.message.AbstractMessage
 
setSslEnabled(boolean) - Static method in class org.apache.mina.example.echoserver.ssl.SslServerSocketFactory
 
setSslEnabled(boolean) - Static method in class org.apache.mina.example.echoserver.ssl.SslSocketFactory
 
setTitle(String) - Method in class org.apache.mina.example.imagine.step1.client.GraphicalCharGenClient
 
setValue(int) - Method in class org.apache.mina.example.sumup.message.AddMessage
 
setValue(int) - Method in class org.apache.mina.example.sumup.message.ResultMessage
 
SpringMain - Class in org.apache.mina.example.chat
(Entry point) Chat server which uses Spring and the serverContext.xml file to set up MINA and the server handler.
SpringMain() - Constructor for class org.apache.mina.example.chat.SpringMain
 
SslServerSocketFactory - Class in org.apache.mina.example.echoserver.ssl
Simple Server Socket factory to create sockets with or without SSL enabled.
SslServerSocketFactory() - Constructor for class org.apache.mina.example.echoserver.ssl.SslServerSocketFactory
 
SslSocketFactory - Class in org.apache.mina.example.echoserver.ssl
Simple Socket factory to create sockets with or without SSL enabled.
SslSocketFactory() - Constructor for class org.apache.mina.example.echoserver.ssl.SslSocketFactory
 
START - Static variable in class org.apache.mina.example.tapedeck.AuthenticationHandler
 
StopCommand - Class in org.apache.mina.example.tapedeck
Represents the stop command.
StopCommand() - Constructor for class org.apache.mina.example.tapedeck.StopCommand
 
stopTape(TapeDeckServer.TapeDeckContext, IoSession, StopCommand) - Method in class org.apache.mina.example.tapedeck.TapeDeckServer
 
stroke() - Method in class org.apache.mina.example.tennis.TennisBall
Returns the ball after TennisPlayer's stroke.
SumUpProtocolCodecFactory - Class in org.apache.mina.example.sumup.codec
A ProtocolCodecFactory that provides a protocol codec for SumUp protocol.
SumUpProtocolCodecFactory(boolean) - Constructor for class org.apache.mina.example.sumup.codec.SumUpProtocolCodecFactory
 
SwingChatClient - Class in org.apache.mina.example.chat.client
Simple chat client based on Swing & MINA that implements the chat protocol.
SwingChatClient() - Constructor for class org.apache.mina.example.chat.client.SwingChatClient
 
SwingChatClient.LoginAction - Class in org.apache.mina.example.chat.client
 
SwingChatClient.LoginAction() - Constructor for class org.apache.mina.example.chat.client.SwingChatClient.LoginAction
 
SwingChatClientHandler - Class in org.apache.mina.example.chat.client
IoHandler implementation of the client side of the simple chat protocol.
SwingChatClientHandler(SwingChatClientHandler.Callback) - Constructor for class org.apache.mina.example.chat.client.SwingChatClientHandler
 
SwingChatClientHandler.Callback - Interface in org.apache.mina.example.chat.client
 

T

TapeDeckServer - Class in org.apache.mina.example.tapedeck
The actual state machine implementation for the tape deck server.
TapeDeckServer() - Constructor for class org.apache.mina.example.tapedeck.TapeDeckServer
 
TennisBall - Class in org.apache.mina.example.tennis
A tennis ball which has TTL value and state whose value is one of 'PING' and 'PONG'.
TennisBall(int) - Constructor for class org.apache.mina.example.tennis.TennisBall
Creates a new ball with the specified TTL (Time To Live) value.
TennisPlayer - Class in org.apache.mina.example.tennis
A IoHandler implementation which plays a tennis game.
TennisPlayer() - Constructor for class org.apache.mina.example.tennis.TennisPlayer
 
TimeServerHandler - Class in org.apache.mina.example.gettingstarted.timeserver
The Time Server handler : it return the current date when a message is received, or close the session if the "quit" message is received.
TimeServerHandler() - Constructor for class org.apache.mina.example.gettingstarted.timeserver.TimeServerHandler
 
ToHaikuIoFilter - Class in org.apache.mina.example.haiku
 
ToHaikuIoFilter() - Constructor for class org.apache.mina.example.haiku.ToHaikuIoFilter
 
toInt() - Method in class org.apache.mina.example.chat.ChatCommand
 
toString() - Method in class org.apache.mina.example.haiku.Haiku
 
toString() - Method in class org.apache.mina.example.sumup.message.AddMessage
 
toString() - Method in class org.apache.mina.example.sumup.message.ResultMessage
 
toString() - Method in class org.apache.mina.example.tennis.TennisBall
Returns string representation of this message ([PING|PONG] (TTL)).
TYPE_LEN - Static variable in class org.apache.mina.example.sumup.codec.Constants
 

U

unhandledEvent() - Method in class org.apache.mina.example.tapedeck.TapeDeckServer
 
updateTextField(long) - Method in class org.apache.mina.example.udp.ClientPanel
 
user(AuthenticationHandler.AuthenticationContext, IoFilter.NextFilter, IoSession, UserCommand) - Method in class org.apache.mina.example.tapedeck.AuthenticationHandler
 
UserCommand - Class in org.apache.mina.example.tapedeck
Represents the user <username> command.
UserCommand(String) - Constructor for class org.apache.mina.example.tapedeck.UserCommand
 

V

validate(Haiku) - Method in class org.apache.mina.example.haiku.HaikuValidator
 
valueOf(String) - Static method in class org.apache.mina.example.chat.ChatCommand
 

W

WAIT_PASSWORD - Static variable in class org.apache.mina.example.tapedeck.AuthenticationHandler
 
WAIT_USER - Static variable in class org.apache.mina.example.tapedeck.AuthenticationHandler
 

A B C D E F G H I K L M N O P Q R S T U V W

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