- AbstractAuthLogicHandler - Class in org.apache.mina.proxy.handlers.http
-
AbstractAuthLogicHandler.java - Abstract class that handles an authentication
mechanism logic.
- AbstractAuthLogicHandler(ProxyIoSession) - Constructor for class org.apache.mina.proxy.handlers.http.AbstractAuthLogicHandler
-
Instantiates a handler for the given proxy session.
- AbstractDatagramSessionConfig - Class in org.apache.mina.transport.socket
-
TODO Add documentation
- AbstractDatagramSessionConfig() - Constructor for class org.apache.mina.transport.socket.AbstractDatagramSessionConfig
-
- AbstractHttpLogicHandler - Class in org.apache.mina.proxy.handlers.http
-
- AbstractHttpLogicHandler(ProxyIoSession) - Constructor for class org.apache.mina.proxy.handlers.http.AbstractHttpLogicHandler
-
- AbstractIoAcceptor - Class in org.apache.mina.core.service
-
- AbstractIoAcceptor(IoSessionConfig, Executor) - Constructor for class org.apache.mina.core.service.AbstractIoAcceptor
-
- AbstractIoAcceptor.AcceptorOperationFuture - Class in org.apache.mina.core.service
-
- AbstractIoAcceptor.AcceptorOperationFuture(List<? extends SocketAddress>) - Constructor for class org.apache.mina.core.service.AbstractIoAcceptor.AcceptorOperationFuture
-
- AbstractIoBuffer - Class in org.apache.mina.core.buffer
-
- AbstractIoBuffer(IoBufferAllocator, int) - Constructor for class org.apache.mina.core.buffer.AbstractIoBuffer
-
Creates a new parent buffer.
- AbstractIoBuffer(AbstractIoBuffer) - Constructor for class org.apache.mina.core.buffer.AbstractIoBuffer
-
Creates a new derived buffer.
- AbstractIoConnector - Class in org.apache.mina.core.service
-
- AbstractIoConnector(IoSessionConfig, Executor) - Constructor for class org.apache.mina.core.service.AbstractIoConnector
-
- AbstractIoService - Class in org.apache.mina.core.service
-
- AbstractIoService(IoSessionConfig, Executor) - Constructor for class org.apache.mina.core.service.AbstractIoService
-
- AbstractIoService.ServiceOperationFuture - Class in org.apache.mina.core.service
-
A specific class used to
- AbstractIoService.ServiceOperationFuture() - Constructor for class org.apache.mina.core.service.AbstractIoService.ServiceOperationFuture
-
- AbstractIoSession - Class in org.apache.mina.core.session
-
- AbstractIoSession(IoService) - Constructor for class org.apache.mina.core.session.AbstractIoSession
-
Create a Session for a service
- AbstractIoSessionConfig - Class in org.apache.mina.core.session
-
- AbstractIoSessionConfig() - Constructor for class org.apache.mina.core.session.AbstractIoSessionConfig
-
- 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
-
- AbstractPollingIoAcceptor<S extends AbstractIoSession,H> - Class in org.apache.mina.core.polling
-
A base class for implementing transport using a polling strategy.
- AbstractPollingIoAcceptor(IoSessionConfig, Class<? extends IoProcessor<S>>) - Constructor for class org.apache.mina.core.polling.AbstractPollingIoAcceptor
-
- AbstractPollingIoAcceptor(IoSessionConfig, Class<? extends IoProcessor<S>>, int) - Constructor for class org.apache.mina.core.polling.AbstractPollingIoAcceptor
-
- AbstractPollingIoAcceptor(IoSessionConfig, Class<? extends IoProcessor<S>>, int, SelectorProvider) - Constructor for class org.apache.mina.core.polling.AbstractPollingIoAcceptor
-
- AbstractPollingIoAcceptor(IoSessionConfig, IoProcessor<S>) - Constructor for class org.apache.mina.core.polling.AbstractPollingIoAcceptor
-
- AbstractPollingIoAcceptor(IoSessionConfig, Executor, IoProcessor<S>) - Constructor for class org.apache.mina.core.polling.AbstractPollingIoAcceptor
-
- AbstractPollingIoConnector<T extends AbstractIoSession,H> - Class in org.apache.mina.core.polling
-
A base class for implementing client transport using a polling strategy.
- AbstractPollingIoConnector(IoSessionConfig, Class<? extends IoProcessor<T>>) - Constructor for class org.apache.mina.core.polling.AbstractPollingIoConnector
-
- AbstractPollingIoConnector(IoSessionConfig, Class<? extends IoProcessor<T>>, int) - Constructor for class org.apache.mina.core.polling.AbstractPollingIoConnector
-
- AbstractPollingIoConnector(IoSessionConfig, IoProcessor<T>) - Constructor for class org.apache.mina.core.polling.AbstractPollingIoConnector
-
- AbstractPollingIoConnector(IoSessionConfig, Executor, IoProcessor<T>) - Constructor for class org.apache.mina.core.polling.AbstractPollingIoConnector
-
- AbstractPollingIoConnector.ConnectionRequest - Class in org.apache.mina.core.polling
-
- AbstractPollingIoConnector.ConnectionRequest(H, IoSessionInitializer<? extends ConnectFuture>) - Constructor for class org.apache.mina.core.polling.AbstractPollingIoConnector.ConnectionRequest
-
- AbstractPollingIoProcessor<S extends AbstractIoSession> - Class in org.apache.mina.core.polling
-
- AbstractPollingIoProcessor(Executor) - Constructor for class org.apache.mina.core.polling.AbstractPollingIoProcessor
-
- AbstractPropertyAccessor - Class in org.apache.mina.integration.ognl
-
An abstract OGNL PropertyAccessor
for MINA constructs.
- AbstractPropertyAccessor() - Constructor for class org.apache.mina.integration.ognl.AbstractPropertyAccessor
-
- AbstractPropertyEditor - Class in org.apache.mina.integration.beans
-
- AbstractPropertyEditor() - Constructor for class org.apache.mina.integration.beans.AbstractPropertyEditor
-
- AbstractProtocolDecoderOutput - Class in org.apache.mina.filter.codec
-
- AbstractProtocolDecoderOutput() - Constructor for class org.apache.mina.filter.codec.AbstractProtocolDecoderOutput
-
- AbstractProtocolEncoderOutput - Class in org.apache.mina.filter.codec
-
- AbstractProtocolEncoderOutput() - Constructor for class org.apache.mina.filter.codec.AbstractProtocolEncoderOutput
-
- 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
-
- AbstractProxyIoHandler - Class in org.apache.mina.proxy
-
AbstractProxyIoHandler.java -
IoHandler
that intercepts events until handshake is complete.
- AbstractProxyIoHandler() - Constructor for class org.apache.mina.proxy.AbstractProxyIoHandler
-
- AbstractProxyLogicHandler - Class in org.apache.mina.proxy
-
AbstractProxyLogicHandler.java - Helper class to handle proxy handshaking logic.
- AbstractProxyLogicHandler(ProxyIoSession) - Constructor for class org.apache.mina.proxy.AbstractProxyLogicHandler
-
- AbstractSelfTransition - Class in org.apache.mina.statemachine.transition
-
- AbstractSelfTransition() - Constructor for class org.apache.mina.statemachine.transition.AbstractSelfTransition
-
Creates a new instance
- AbstractSocketSessionConfig - Class in org.apache.mina.transport.socket
-
TODO Add documentation
- AbstractSocketSessionConfig() - Constructor for class org.apache.mina.transport.socket.AbstractSocketSessionConfig
-
- AbstractSocksLogicHandler - Class in org.apache.mina.proxy.handlers.socks
-
- AbstractSocksLogicHandler(ProxyIoSession) - Constructor for class org.apache.mina.proxy.handlers.socks.AbstractSocksLogicHandler
-
- AbstractStateContext - Class in org.apache.mina.statemachine.context
-
- AbstractStateContext() - Constructor for class org.apache.mina.statemachine.context.AbstractStateContext
-
- AbstractStateContextLookup - Class in org.apache.mina.statemachine.context
-
- AbstractStateContextLookup(StateContextFactory) - Constructor for class org.apache.mina.statemachine.context.AbstractStateContextLookup
-
- AbstractStreamWriteFilter<T> - Class in org.apache.mina.filter.stream
-
TODO Add documentation
- AbstractStreamWriteFilter() - Constructor for class org.apache.mina.filter.stream.AbstractStreamWriteFilter
-
- AbstractTransition - Class in org.apache.mina.statemachine.transition
-
- AbstractTransition(Object) - Constructor for class org.apache.mina.statemachine.transition.AbstractTransition
-
Creates a new instance which will loopback to the same
State
for the specified
Event
id.
- AbstractTransition(Object, State) - Constructor for class org.apache.mina.statemachine.transition.AbstractTransition
-
Creates a new instance with the specified
State
as next state
and for the specified
Event
id.
- accept(IoProcessor<S>, H) - Method in class org.apache.mina.core.polling.AbstractPollingIoAcceptor
-
Accept a client connection for a server socket and return a new
IoSession
associated with the given
IoProcessor
- accept(Object, IoEvent) - Method in interface org.apache.mina.filter.executor.IoEventQueueHandler
-
- accept(Object, IoEvent) - Method in class org.apache.mina.filter.executor.IoEventQueueThrottle
-
- accept(IoProcessor<AprSession>, Long) - Method in class org.apache.mina.transport.socket.apr.AprSocketAcceptor
-
Accept a client connection for a server socket and return a new
IoSession
associated with the given
IoProcessor
- accept(IoProcessor<NioSession>, ServerSocketChannel) - Method in class org.apache.mina.transport.socket.nio.NioSocketAcceptor
-
Accept a client connection for a server socket and return a new
IoSession
associated with the given
IoProcessor
- actionPerformed(ActionEvent) - Method in class org.apache.mina.example.chat.client.SwingChatClient.LoginAction
-
- add(S) - Method in class org.apache.mina.core.polling.AbstractPollingIoProcessor
-
Adds the specified session
to the I/O processor so that
the I/O processor starts to perform any I/O operations related
with the session
.
- add(S) - Method in interface org.apache.mina.core.service.IoProcessor
-
Adds the specified session
to the I/O processor so that
the I/O processor starts to perform any I/O operations related
with the session
.
- add(IoServiceListener) - Method in class org.apache.mina.core.service.IoServiceListenerSupport
-
Adds a new listener.
- add(S) - Method in class org.apache.mina.core.service.SimpleIoProcessorPool
-
Adds the specified session
to the I/O processor so that
the I/O processor starts to perform any I/O operations related
with the session
.
- ADD - Static variable in class org.apache.mina.example.sumup.codec.Constants
-
- add(NioSession) - Method in class org.apache.mina.transport.socket.nio.NioDatagramAcceptor
-
Adds the specified session
to the I/O processor so that
the I/O processor starts to perform any I/O operations related
with the session
.
- add(E) - Method in class org.apache.mina.util.CircularQueue
-
- add(int, E) - Method in class org.apache.mina.util.CircularQueue
-
- add(E) - Method in class org.apache.mina.util.ConcurrentHashSet
-
- add(E) - Method in class org.apache.mina.util.MapBackedSet
-
- add(E) - Method in class org.apache.mina.util.SynchronizedQueue
-
- ADD_BODY_LEN - Static variable in class org.apache.mina.example.sumup.codec.Constants
-
- addAfter(String, String, IoFilter) - Method in class org.apache.mina.core.filterchain.DefaultIoFilterChain
-
- addAfter(String, String, IoFilter) - Method in class org.apache.mina.core.filterchain.DefaultIoFilterChainBuilder
-
- addAfter(String, String, IoFilter) - Method in interface org.apache.mina.core.filterchain.IoFilterChain
-
Adds the specified filter with the specified name just after the filter whose name is
baseName
in this chain.
- addAfter(String, IoFilter) - Method in interface org.apache.mina.core.filterchain.IoFilterChain.Entry
-
Adds the specified filter with the specified name just after this entry.
- addAfter(String, String, IoHandlerCommand) - Method in class org.apache.mina.handler.chain.IoHandlerChain
-
- addAll(Collection<? extends E>) - Method in class org.apache.mina.util.SynchronizedQueue
-
- addAttributeChangeNotificationListener(NotificationListener, String, Object) - Method in class org.apache.mina.integration.jmx.ObjectMBean
-
- addBefore(String, String, IoFilter) - Method in class org.apache.mina.core.filterchain.DefaultIoFilterChain
-
- addBefore(String, String, IoFilter) - Method in class org.apache.mina.core.filterchain.DefaultIoFilterChainBuilder
-
- addBefore(String, String, IoFilter) - Method in interface org.apache.mina.core.filterchain.IoFilterChain
-
Adds the specified filter with the specified name just before the filter whose name is
baseName
in this chain.
- addBefore(String, IoFilter) - Method in interface org.apache.mina.core.filterchain.IoFilterChain.Entry
-
Adds the specified filter with the specified name just before this entry.
- addBefore(String, String, IoHandlerCommand) - Method in class org.apache.mina.handler.chain.IoHandlerChain
-
- addClient(SocketAddress) - Method in class org.apache.mina.example.udp.MemoryMonitor
-
- addExceptionHandler(Class<E>, ExceptionHandler<? super E>) - Method in class org.apache.mina.handler.demux.DemuxingIoHandler
-
Registers a
MessageHandler
that receives the messages of
the specified
type
.
- addExpirationListener(ExpirationListener<V>) - Method in class org.apache.mina.util.ExpiringMap
-
- addExtraAttributes(List<ModelMBeanAttributeInfo>) - Method in class org.apache.mina.integration.jmx.IoSessionMBean
-
- addExtraAttributes(List<ModelMBeanAttributeInfo>) - Method in class org.apache.mina.integration.jmx.ObjectMBean
-
- addExtraOperations(List<ModelMBeanOperationInfo>) - Method in class org.apache.mina.integration.jmx.IoServiceMBean
-
- addExtraOperations(List<ModelMBeanOperationInfo>) - Method in class org.apache.mina.integration.jmx.IoSessionMBean
-
- addExtraOperations(List<ModelMBeanOperationInfo>) - Method in class org.apache.mina.integration.jmx.ObjectMBean
-
- addFirst(String, IoFilter) - Method in class org.apache.mina.core.filterchain.DefaultIoFilterChain
-
- addFirst(String, IoFilter) - Method in class org.apache.mina.core.filterchain.DefaultIoFilterChainBuilder
-
- addFirst(String, IoFilter) - Method in interface org.apache.mina.core.filterchain.IoFilterChain
-
Adds the specified filter with the specified name at the beginning of this chain.
- addFirst(String, IoHandlerCommand) - Method in class org.apache.mina.handler.chain.IoHandlerChain
-
- addFirst(ByteArray) - Method in class org.apache.mina.util.byteaccess.CompositeByteArray
-
Adds the specified
ByteArray
to the first
position in the list
- addKeepAliveHeaders(Map<String, List<String>>) - Static method in class org.apache.mina.proxy.handlers.http.AbstractAuthLogicHandler
-
Try to force proxy connection to be kept alive.
- addLast(String, IoFilter) - Method in class org.apache.mina.core.filterchain.DefaultIoFilterChain
-
- addLast(String, IoFilter) - Method in class org.apache.mina.core.filterchain.DefaultIoFilterChainBuilder
-
- addLast(String, IoFilter) - Method in interface org.apache.mina.core.filterchain.IoFilterChain
-
Adds the specified filter with the specified name at the end of this chain.
- addLast(String, IoHandlerCommand) - Method in class org.apache.mina.handler.chain.IoHandlerChain
-
- addLast(ByteArray) - Method in class org.apache.mina.util.byteaccess.CompositeByteArray
-
Adds the specified
ByteArray
to the end of the list
- addListener(IoFutureListener<?>) - Method in interface org.apache.mina.core.future.CloseFuture
-
Adds an event listener which is notified when
this future is completed.
- addListener(IoFutureListener<?>) - Method in interface org.apache.mina.core.future.ConnectFuture
-
Adds an event listener which is notified when
this future is completed.
- addListener(IoFutureListener<?>) - Method in class org.apache.mina.core.future.DefaultCloseFuture
-
Adds an event listener which is notified when
this future is completed.
- addListener(IoFutureListener<?>) - Method in class org.apache.mina.core.future.DefaultConnectFuture
-
Adds an event listener which is notified when
this future is completed.
- addListener(IoFutureListener<?>) - Method in class org.apache.mina.core.future.DefaultIoFuture
-
Adds an event listener which is notified when
this future is completed.
- addListener(IoFutureListener<?>) - Method in class org.apache.mina.core.future.DefaultReadFuture
-
Adds an event listener which is notified when
this future is completed.
- addListener(IoFutureListener<?>) - Method in class org.apache.mina.core.future.DefaultWriteFuture
-
Adds an event listener which is notified when
this future is completed.
- addListener(IoFutureListener<?>) - Method in interface org.apache.mina.core.future.IoFuture
-
Adds an event listener which is notified when
this future is completed.
- addListener(IoFutureListener<?>) - Method in interface org.apache.mina.core.future.ReadFuture
-
Adds an event listener which is notified when
this future is completed.
- addListener(IoFutureListener<?>) - Method in interface org.apache.mina.core.future.WriteFuture
-
Adds an event listener which is notified when
this future is completed.
- addListener(IoServiceListener) - Method in class org.apache.mina.core.service.AbstractIoService
-
- addListener(IoServiceListener) - Method in interface org.apache.mina.core.service.IoService
-
- 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
-
- AddMessageDecoder() - Constructor for class org.apache.mina.example.sumup.codec.AddMessageDecoder
-
- addMessageDecoder(Class<? extends MessageDecoder>) - Method in class org.apache.mina.filter.codec.demux.DemuxingProtocolCodecFactory
-
- addMessageDecoder(MessageDecoder) - Method in class org.apache.mina.filter.codec.demux.DemuxingProtocolCodecFactory
-
- addMessageDecoder(MessageDecoderFactory) - Method in class org.apache.mina.filter.codec.demux.DemuxingProtocolCodecFactory
-
- addMessageDecoder(Class<? extends MessageDecoder>) - Method in class org.apache.mina.filter.codec.demux.DemuxingProtocolDecoder
-
- addMessageDecoder(MessageDecoder) - Method in class org.apache.mina.filter.codec.demux.DemuxingProtocolDecoder
-
- addMessageDecoder(MessageDecoderFactory) - Method in class org.apache.mina.filter.codec.demux.DemuxingProtocolDecoder
-
- AddMessageEncoder<T extends AddMessage> - Class in org.apache.mina.example.sumup.codec
-
- AddMessageEncoder() - Constructor for class org.apache.mina.example.sumup.codec.AddMessageEncoder
-
- addMessageEncoder(Class<?>, Class<? extends MessageEncoder>) - Method in class org.apache.mina.filter.codec.demux.DemuxingProtocolCodecFactory
-
- addMessageEncoder(Class<T>, MessageEncoder<? super T>) - Method in class org.apache.mina.filter.codec.demux.DemuxingProtocolCodecFactory
-
- addMessageEncoder(Class<T>, MessageEncoderFactory<? super T>) - Method in class org.apache.mina.filter.codec.demux.DemuxingProtocolCodecFactory
-
- addMessageEncoder(Iterable<Class<?>>, Class<? extends MessageEncoder>) - Method in class org.apache.mina.filter.codec.demux.DemuxingProtocolCodecFactory
-
- addMessageEncoder(Iterable<Class<? extends T>>, MessageEncoder<? super T>) - Method in class org.apache.mina.filter.codec.demux.DemuxingProtocolCodecFactory
-
- addMessageEncoder(Iterable<Class<? extends T>>, MessageEncoderFactory<? super T>) - Method in class org.apache.mina.filter.codec.demux.DemuxingProtocolCodecFactory
-
- addMessageEncoder(Class<?>, Class<? extends MessageEncoder>) - Method in class org.apache.mina.filter.codec.demux.DemuxingProtocolEncoder
-
- addMessageEncoder(Class<T>, MessageEncoder<? super T>) - Method in class org.apache.mina.filter.codec.demux.DemuxingProtocolEncoder
-
- addMessageEncoder(Class<T>, MessageEncoderFactory<? super T>) - Method in class org.apache.mina.filter.codec.demux.DemuxingProtocolEncoder
-
- addMessageEncoder(Iterable<Class<?>>, Class<? extends MessageEncoder>) - Method in class org.apache.mina.filter.codec.demux.DemuxingProtocolEncoder
-
- addMessageEncoder(Iterable<Class<? extends T>>, MessageEncoder<? super T>) - Method in class org.apache.mina.filter.codec.demux.DemuxingProtocolEncoder
-
- addMessageEncoder(Iterable<Class<? extends T>>, MessageEncoderFactory<? super T>) - Method in class org.apache.mina.filter.codec.demux.DemuxingProtocolEncoder
-
- addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.mina.integration.jmx.ObjectMBean
-
- addReceivedMessageHandler(Class<E>, MessageHandler<? super E>) - Method in class org.apache.mina.handler.demux.DemuxingIoHandler
-
Registers a
MessageHandler
that handles the received messages of
the specified
type
.
- addSentMessageHandler(Class<E>, MessageHandler<? super E>) - Method in class org.apache.mina.handler.demux.DemuxingIoHandler
-
Registers a
MessageHandler
that handles the sent messages of the
specified
type
.
- addSession(AbstractIoSession) - Method in class org.apache.mina.core.session.IdleStatusChecker
-
Add the session for being checked for idle.
- addTransition(Transition) - Method in class org.apache.mina.statemachine.State
-
- addTransition(Transition, int) - Method in class org.apache.mina.statemachine.State
-
- addValueToHeader(Map<String, List<String>>, String, String, boolean) - Static method in class org.apache.mina.proxy.utils.StringUtilities
-
Adds an header to the provided map of headers.
- allHandles() - Method in class org.apache.mina.core.polling.AbstractPollingIoConnector
-
Iterator
for all the client sockets polled for connection.
- allHandles() - Method in class org.apache.mina.transport.socket.apr.AprSocketConnector
-
Iterator
for all the client sockets polled for connection.
- allHandles() - Method in class org.apache.mina.transport.socket.nio.NioDatagramConnector
-
- allHandles() - Method in class org.apache.mina.transport.socket.nio.NioSocketConnector
-
Iterator
for all the client sockets polled for connection.
- allocate(int, boolean) - Method in class org.apache.mina.core.buffer.CachedBufferAllocator
-
- allocate(int) - Static method in class org.apache.mina.core.buffer.IoBuffer
-
Returns the direct or heap buffer which is capable to store the specified
amount of bytes.
- allocate(int, boolean) - Static method in class org.apache.mina.core.buffer.IoBuffer
-
Returns a direct or heap IoBuffer which can contain the specified number of bytes.
- allocate(int, boolean) - Method in interface org.apache.mina.core.buffer.IoBufferAllocator
-
Returns the buffer which is capable of the specified size.
- allocate(int, boolean) - Method in class org.apache.mina.core.buffer.SimpleBufferAllocator
-
- allocateNioBuffer(int, boolean) - Method in class org.apache.mina.core.buffer.CachedBufferAllocator
-
- allocateNioBuffer(int, boolean) - Method in interface org.apache.mina.core.buffer.IoBufferAllocator
-
Returns the NIO buffer which is capable of the specified size.
- allocateNioBuffer(int, boolean) - Method in class org.apache.mina.core.buffer.SimpleBufferAllocator
-
- allSessions() - Method in class org.apache.mina.core.polling.AbstractPollingIoProcessor
-
- allSessions() - Method in class org.apache.mina.transport.socket.apr.AprIoProcessor
-
- allSessions() - Method in class org.apache.mina.transport.socket.nio.NioProcessor
-
- AmbiguousMethodException - Exception in org.apache.mina.statemachine.transition
-
Thrown by the constructors in
MethodTransition
if there are several
methods with the specifed name in the target object's class.
- AmbiguousMethodException(String) - Constructor for exception org.apache.mina.statemachine.transition.AmbiguousMethodException
-
Creates a new instance using the specified method name as message.
- appendEscapingCDATA(StringBuffer, String) - Static method in class org.apache.mina.util.Transform
-
Ensures that embeded CDEnd strings (]]>) are handled properly
within message, NDC and throwable tag text.
- AprIoProcessor - Class in org.apache.mina.transport.socket.apr
-
- AprIoProcessor(Executor) - Constructor for class org.apache.mina.transport.socket.apr.AprIoProcessor
-
Create a new instance of
AprIoProcessor
with a given Exector for
handling I/Os events.
- AprSession - Class in org.apache.mina.transport.socket.apr
-
An abstract
IoSession
serving of base for APR based sessions.
- AprSocketAcceptor - Class in org.apache.mina.transport.socket.apr
-
IoAcceptor
for APR based socket transport (TCP/IP).
- AprSocketAcceptor() - Constructor for class org.apache.mina.transport.socket.apr.AprSocketAcceptor
-
- AprSocketAcceptor(int) - Constructor for class org.apache.mina.transport.socket.apr.AprSocketAcceptor
-
- AprSocketAcceptor(IoProcessor<AprSession>) - Constructor for class org.apache.mina.transport.socket.apr.AprSocketAcceptor
-
- AprSocketAcceptor(Executor, IoProcessor<AprSession>) - Constructor for class org.apache.mina.transport.socket.apr.AprSocketAcceptor
-
- AprSocketConnector - Class in org.apache.mina.transport.socket.apr
-
- AprSocketConnector() - Constructor for class org.apache.mina.transport.socket.apr.AprSocketConnector
-
- AprSocketConnector(int) - Constructor for class org.apache.mina.transport.socket.apr.AprSocketConnector
-
- AprSocketConnector(IoProcessor<AprSession>) - Constructor for class org.apache.mina.transport.socket.apr.AprSocketConnector
-
- AprSocketConnector(Executor, IoProcessor<AprSession>) - Constructor for class org.apache.mina.transport.socket.apr.AprSocketConnector
-
- array() - Method in class org.apache.mina.core.buffer.IoBuffer
-
- array() - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- ArrayEditor - Class in org.apache.mina.integration.beans
-
- ArrayEditor(Class<?>) - Constructor for class org.apache.mina.integration.beans.ArrayEditor
-
- arrayOffset() - Method in class org.apache.mina.core.buffer.IoBuffer
-
- arrayOffset() - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- ArrayUtil - Class in org.apache.mina.http
-
- ArrayUtil() - Constructor for class org.apache.mina.http.ArrayUtil
-
- asByteArray(String) - Static method in class org.apache.mina.proxy.utils.ByteUtilities
-
Converts a hex string representation to a byte array.
- asCharBuffer() - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
- asCharBuffer() - Method in class org.apache.mina.core.buffer.IoBuffer
-
- asCharBuffer() - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- asDoubleBuffer() - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
- asDoubleBuffer() - Method in class org.apache.mina.core.buffer.IoBuffer
-
- asDoubleBuffer() - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- asFloatBuffer() - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
- asFloatBuffer() - Method in class org.apache.mina.core.buffer.IoBuffer
-
- asFloatBuffer() - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- asHex(byte[]) - Static method in class org.apache.mina.proxy.utils.ByteUtilities
-
Returns a hexadecimal representation of the given byte array.
- asHex(byte[], String) - Static method in class org.apache.mina.proxy.utils.ByteUtilities
-
Returns a hexadecimal representation of the given byte array.
- asInputStream() - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
- asInputStream() - Method in class org.apache.mina.core.buffer.IoBuffer
-
- asInputStream() - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- asIntBuffer() - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
- asIntBuffer() - Method in class org.apache.mina.core.buffer.IoBuffer
-
- asIntBuffer() - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- asLongBuffer() - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
- asLongBuffer() - Method in class org.apache.mina.core.buffer.IoBuffer
-
- asLongBuffer() - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- asOutputStream() - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
- asOutputStream() - Method in class org.apache.mina.core.buffer.IoBuffer
-
- asOutputStream() - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- asReadOnlyBuffer() - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
- asReadOnlyBuffer() - Method in class org.apache.mina.core.buffer.IoBuffer
-
- asReadOnlyBuffer() - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- asReadOnlyBuffer0() - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
-
Implement this method to return the unexpandable read only version of
this buffer.
- asShortBuffer() - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
- asShortBuffer() - Method in class org.apache.mina.core.buffer.IoBuffer
-
- asShortBuffer() - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- AttributeKey - Class in org.apache.mina.core.session
-
Creates a Key from a class name and an attribute name.
- AttributeKey(Class<?>, String) - Constructor for class org.apache.mina.core.session.AttributeKey
-
Creates a new instance.
- AuthenticationHandler - Class in org.apache.mina.example.tapedeck
-
TODO Add documentation
- AuthenticationHandler() - Constructor for class org.apache.mina.example.tapedeck.AuthenticationHandler
-
- AUTO - Static variable in class org.apache.mina.filter.codec.textline.LineDelimiter
-
A special line delimiter which is used for auto-detection of
EOL in
TextLineDecoder
.
- available(int) - Static method in class org.apache.mina.util.AvailablePortFinder
-
Checks to see if a specific port is available.
- AvailablePortFinder - Class in org.apache.mina.util
-
Finds currently available server ports.
- await() - Method in interface org.apache.mina.core.future.CloseFuture
-
Wait for the asynchronous operation to complete.
- await() - Method in interface org.apache.mina.core.future.ConnectFuture
-
Wait for the asynchronous operation to complete.
- await() - Method in class org.apache.mina.core.future.DefaultCloseFuture
-
Wait for the asynchronous operation to complete.
- await() - Method in class org.apache.mina.core.future.DefaultConnectFuture
-
Wait for the asynchronous operation to complete.
- await() - Method in class org.apache.mina.core.future.DefaultIoFuture
-
Wait for the asynchronous operation to complete.
- await(long, TimeUnit) - Method in class org.apache.mina.core.future.DefaultIoFuture
-
Wait for the asynchronous operation to complete with the specified timeout.
- await(long) - Method in class org.apache.mina.core.future.DefaultIoFuture
-
Wait for the asynchronous operation to complete with the specified timeout.
- await() - Method in class org.apache.mina.core.future.DefaultReadFuture
-
Wait for the asynchronous operation to complete.
- await() - Method in class org.apache.mina.core.future.DefaultWriteFuture
-
Wait for the asynchronous operation to complete.
- await() - Method in interface org.apache.mina.core.future.IoFuture
-
Wait for the asynchronous operation to complete.
- await(long, TimeUnit) - Method in interface org.apache.mina.core.future.IoFuture
-
Wait for the asynchronous operation to complete with the specified timeout.
- await(long) - Method in interface org.apache.mina.core.future.IoFuture
-
Wait for the asynchronous operation to complete with the specified timeout.
- await() - Method in interface org.apache.mina.core.future.ReadFuture
-
Wait for the asynchronous operation to complete.
- await() - Method in interface org.apache.mina.core.future.WriteFuture
-
Wait for the asynchronous operation to complete.
- await(Iterable<? extends IoFuture>) - Static method in class org.apache.mina.core.IoUtil
-
- await(Iterable<? extends IoFuture>, long, TimeUnit) - Static method in class org.apache.mina.core.IoUtil
-
- await(Iterable<? extends IoFuture>, long) - Static method in class org.apache.mina.core.IoUtil
-
- awaitTermination(long, TimeUnit) - Method in class org.apache.mina.filter.executor.OrderedThreadPoolExecutor
- awaitTermination(long, TimeUnit) - Method in class org.apache.mina.filter.executor.UnorderedThreadPoolExecutor
-
- awaitUninterruptably(Iterable<? extends IoFuture>) - Static method in class org.apache.mina.core.IoUtil
-
- awaitUninterruptibly() - Method in interface org.apache.mina.core.future.CloseFuture
-
Wait for the asynchronous operation to complete uninterruptibly.
- awaitUninterruptibly() - Method in interface org.apache.mina.core.future.ConnectFuture
-
Wait for the asynchronous operation to complete uninterruptibly.
- awaitUninterruptibly() - Method in class org.apache.mina.core.future.DefaultCloseFuture
-
Wait for the asynchronous operation to complete uninterruptibly.
- awaitUninterruptibly() - Method in class org.apache.mina.core.future.DefaultConnectFuture
-
Wait for the asynchronous operation to complete uninterruptibly.
- awaitUninterruptibly() - Method in class org.apache.mina.core.future.DefaultIoFuture
-
Wait for the asynchronous operation to complete uninterruptibly.
- awaitUninterruptibly(long, TimeUnit) - Method in class org.apache.mina.core.future.DefaultIoFuture
-
Wait for the asynchronous operation to complete with the specified timeout
uninterruptibly.
- awaitUninterruptibly(long) - Method in class org.apache.mina.core.future.DefaultIoFuture
-
Wait for the asynchronous operation to complete with the specified timeout
uninterruptibly.
- awaitUninterruptibly() - Method in class org.apache.mina.core.future.DefaultReadFuture
-
Wait for the asynchronous operation to complete uninterruptibly.
- awaitUninterruptibly() - Method in class org.apache.mina.core.future.DefaultWriteFuture
-
Wait for the asynchronous operation to complete uninterruptibly.
- awaitUninterruptibly() - Method in interface org.apache.mina.core.future.IoFuture
-
Wait for the asynchronous operation to complete uninterruptibly.
- awaitUninterruptibly(long, TimeUnit) - Method in interface org.apache.mina.core.future.IoFuture
-
Wait for the asynchronous operation to complete with the specified timeout
uninterruptibly.
- awaitUninterruptibly(long) - Method in interface org.apache.mina.core.future.IoFuture
-
Wait for the asynchronous operation to complete with the specified timeout
uninterruptibly.
- awaitUninterruptibly() - Method in interface org.apache.mina.core.future.ReadFuture
-
Wait for the asynchronous operation to complete uninterruptibly.
- awaitUninterruptibly() - Method in interface org.apache.mina.core.future.WriteFuture
-
Wait for the asynchronous operation to complete uninterruptibly.
- awaitUninterruptibly(Iterable<? extends IoFuture>, long, TimeUnit) - Static method in class org.apache.mina.core.IoUtil
-
- awaitUninterruptibly(Iterable<? extends IoFuture>, long) - Static method in class org.apache.mina.core.IoUtil
-
- backlog - Variable in class org.apache.mina.core.polling.AbstractPollingIoAcceptor
-
Define the number of socket that can wait to be accepted.
- Base64 - Class in org.apache.mina.util
-
Provides Base64 encoding and decoding as defined by RFC 2045.
- Base64() - Constructor for class org.apache.mina.util.Base64
-
- BASIC_AUTH - Static variable in class org.apache.mina.proxy.handlers.socks.SocksProxyConstants
-
- BASIC_AUTH_SUBNEGOTIATION_VERSION - Static variable in class org.apache.mina.proxy.handlers.socks.SocksProxyConstants
-
- bb - Variable in class org.apache.mina.util.byteaccess.BufferByteArray
-
The backing IoBuffer
.
- bind() - Method in class org.apache.mina.core.service.AbstractIoAcceptor
-
Binds to the default local address(es) and start to accept incoming
connections.
- bind(SocketAddress) - Method in class org.apache.mina.core.service.AbstractIoAcceptor
-
Binds to the specified local address and start to accept incoming
connections.
- bind(SocketAddress...) - Method in class org.apache.mina.core.service.AbstractIoAcceptor
-
Binds to the specified local addresses and start to accept incoming
connections.
- bind(SocketAddress, SocketAddress...) - Method in class org.apache.mina.core.service.AbstractIoAcceptor
-
Binds to the specified local addresses and start to accept incoming
connections.
- bind(Iterable<? extends SocketAddress>) - Method in class org.apache.mina.core.service.AbstractIoAcceptor
-
Binds to the specified local addresses and start to accept incoming
connections.
- bind() - Method in interface org.apache.mina.core.service.IoAcceptor
-
Binds to the default local address(es) and start to accept incoming
connections.
- bind(SocketAddress) - Method in interface org.apache.mina.core.service.IoAcceptor
-
Binds to the specified local address and start to accept incoming
connections.
- bind(SocketAddress, SocketAddress...) - Method in interface org.apache.mina.core.service.IoAcceptor
-
Binds to the specified local addresses and start to accept incoming
connections.
- bind(SocketAddress...) - Method in interface org.apache.mina.core.service.IoAcceptor
-
Binds to the specified local addresses and start to accept incoming
connections.
- bind(Iterable<? extends SocketAddress>) - Method in interface org.apache.mina.core.service.IoAcceptor
-
Binds to the specified local addresses and start to accept incoming
connections.
- bindInternal(List<? extends SocketAddress>) - Method in class org.apache.mina.core.polling.AbstractPollingIoAcceptor
-
Starts the acceptor, and register the given addresses
- bindInternal(List<? extends SocketAddress>) - Method in class org.apache.mina.core.service.AbstractIoAcceptor
-
Starts the acceptor, and register the given addresses
- bindInternal(List<? extends SocketAddress>) - Method in class org.apache.mina.transport.socket.nio.NioDatagramAcceptor
-
Starts the acceptor, and register the given addresses
- bindInternal(List<? extends SocketAddress>) - Method in class org.apache.mina.transport.vmpipe.VmPipeAcceptor
-
Starts the acceptor, and register the given addresses
- bindLock - Variable in class org.apache.mina.core.service.AbstractIoAcceptor
-
The lock object which is acquired while bind or unbind operation is performed.
- BlacklistFilter - Class in org.apache.mina.filter.firewall
-
A
IoFilter
which blocks connections from blacklisted remote
address.
- BlacklistFilter() - Constructor for class org.apache.mina.filter.firewall.BlacklistFilter
-
- block() - Method in class org.apache.mina.filter.executor.IoEventQueueThrottle
-
- block(InetAddress) - Method in class org.apache.mina.filter.firewall.BlacklistFilter
-
Blocks the specified endpoint.
- block(Subnet) - Method in class org.apache.mina.filter.firewall.BlacklistFilter
-
Blocks the specified subnet.
- 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
-
- BogusSslContextFactory - Class in org.apache.mina.example.tcp.perf
-
Factory to create a bogus SSLContext.
- BogusSslContextFactory() - Constructor for class org.apache.mina.example.tcp.perf.BogusSslContextFactory
-
- BogusTrustManagerFactory - Class in org.apache.mina.filter.ssl
-
- BogusTrustManagerFactory() - Constructor for class org.apache.mina.filter.ssl.BogusTrustManagerFactory
-
- BooleanEditor - Class in org.apache.mina.integration.beans
-
- BooleanEditor() - Constructor for class org.apache.mina.integration.beans.BooleanEditor
-
- BOTH_IDLE - Static variable in class org.apache.mina.core.session.IdleStatus
-
- breakAndCallNext(String) - Static method in class org.apache.mina.statemachine.StateControl
-
Breaks the execution of the current
Transition
and lets the
State
with the specified id handle the
next Event
.
- breakAndCallNext(String, String) - Static method in class org.apache.mina.statemachine.StateControl
-
Breaks the execution of the current
Transition
and lets the
State
with the specified id handle the
next Event
.
- breakAndCallNow(String) - Static method in class org.apache.mina.statemachine.StateControl
-
Breaks the execution of the current
Transition
and lets the
State
with the specified id handle the
current Event
.
- breakAndCallNow(String, String) - Static method in class org.apache.mina.statemachine.StateControl
-
Breaks the execution of the current
Transition
and lets the
State
with the specified id handle the
current Event
.
- breakAndContinue() - Static method in class org.apache.mina.statemachine.StateControl
-
- breakAndGotoNext(String) - Static method in class org.apache.mina.statemachine.StateControl
-
Breaks the execution of the current
Transition
and lets the
State
with the specified id handle the
next Event
.
- breakAndGotoNow(String) - Static method in class org.apache.mina.statemachine.StateControl
-
Breaks the execution of the current
Transition
and lets the
State
with the specified id handle the
current Event
.
- breakAndReturnNext() - Static method in class org.apache.mina.statemachine.StateControl
-
Breaks the execution of the current
Transition
and lets the
last recorded
State
handle the
next Event
.
- breakAndReturnNow() - Static method in class org.apache.mina.statemachine.StateControl
-
Breaks the execution of the current
Transition
and lets the
last recorded
State
handle the
current Event
.
- BreakException - Exception in org.apache.mina.statemachine
-
The base exception of the exceptions thrown by the methods in the
StateControl
class.
- BreakException() - Constructor for exception org.apache.mina.statemachine.BreakException
-
- broadcast(Object, Collection<IoSession>) - Static method in class org.apache.mina.core.IoUtil
-
Writes the specified message
to the specified sessions
.
- broadcast(Object, Iterable<IoSession>) - Static method in class org.apache.mina.core.IoUtil
-
Writes the specified message
to the specified sessions
.
- broadcast(Object, Iterator<IoSession>) - Static method in class org.apache.mina.core.IoUtil
-
Writes the specified message
to the specified sessions
.
- broadcast(Object, IoSession...) - Static method in class org.apache.mina.core.IoUtil
-
Writes the specified message
to the specified sessions
.
- broadcast(Object) - Method in class org.apache.mina.core.service.AbstractIoService
-
Writes the specified
message
to all the
IoSession
s
managed by this service.
- broadcast(Object) - Method in interface org.apache.mina.core.service.IoService
-
Writes the specified
message
to all the
IoSession
s
managed by this service.
- 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
-
- buf(ByteBuffer) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
-
Sets the underlying NIO buffer instance.
- buf() - Method in class org.apache.mina.core.buffer.IoBuffer
-
- buf() - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- BufferByteArray - Class in org.apache.mina.util.byteaccess
-
A ByteArray
backed by a IoBuffer
.
- BufferByteArray(IoBuffer) - Constructor for class org.apache.mina.util.byteaccess.BufferByteArray
-
Creates a new instance of BufferByteArray and uses the supplied
IoBuffer
to back this class
- BufferDataException - Exception in org.apache.mina.core.buffer
-
- BufferDataException() - Constructor for exception org.apache.mina.core.buffer.BufferDataException
-
- BufferDataException(String) - Constructor for exception org.apache.mina.core.buffer.BufferDataException
-
- BufferDataException(String, Throwable) - Constructor for exception org.apache.mina.core.buffer.BufferDataException
-
- BufferDataException(Throwable) - Constructor for exception org.apache.mina.core.buffer.BufferDataException
-
- BufferedWriteFilter - Class in org.apache.mina.filter.buffer
-
- BufferedWriteFilter() - Constructor for class org.apache.mina.filter.buffer.BufferedWriteFilter
-
Default constructor.
- BufferedWriteFilter(int) - Constructor for class org.apache.mina.filter.buffer.BufferedWriteFilter
-
Constructor which sets buffer size to
bufferSize
.Uses a default
instance of
ConcurrentHashMap
.
- BufferedWriteFilter(int, LazyInitializedCacheMap<IoSession, IoBuffer>) - Constructor for class org.apache.mina.filter.buffer.BufferedWriteFilter
-
Constructor which sets buffer size to bufferSize
.
- buildFilterChain(IoFilterChain) - Method in class org.apache.mina.core.filterchain.DefaultIoFilterChainBuilder
-
- buildFilterChain(IoFilterChain) - Method in interface org.apache.mina.core.filterchain.IoFilterChainBuilder
-
Modifies the specified chain.
- ByteArray - Interface in org.apache.mina.util.byteaccess
-
Represents a sequence of bytes that can be read or written directly or
through a cursor.
- ByteArray.Cursor - Interface in org.apache.mina.util.byteaccess
-
Provides relocatable, relative access to the underlying array.
- ByteArrayFactory - Interface in org.apache.mina.util.byteaccess
-
A factory for ByteArray
s.
- ByteArrayPool - Class in org.apache.mina.util.byteaccess
-
Creates ByteArray
s, using a pool to reduce allocation where possible.
- ByteArrayPool(boolean, int, int) - Constructor for class org.apache.mina.util.byteaccess.ByteArrayPool
-
Creates a new instance of ByteArrayPool.
- ByteEditor - Class in org.apache.mina.integration.beans
-
- ByteEditor() - Constructor for class org.apache.mina.integration.beans.ByteEditor
-
- ByteUtilities - Class in org.apache.mina.proxy.utils
-
ByteUtilities.java - Byte manipulation functions.
- ByteUtilities() - Constructor for class org.apache.mina.proxy.utils.ByteUtilities
-
- CachedBufferAllocator - Class in org.apache.mina.core.buffer
-
An
IoBufferAllocator
that caches the buffers which are likely to
be reused during auto-expansion of the buffers.
- CachedBufferAllocator() - Constructor for class org.apache.mina.core.buffer.CachedBufferAllocator
-
Creates a new instance with the default parameters
(#DEFAULT_MAX_POOL_SIZE and #DEFAULT_MAX_CACHED_BUFFER_SIZE).
- CachedBufferAllocator(int, int) - Constructor for class org.apache.mina.core.buffer.CachedBufferAllocator
-
Creates a new instance.
- cancel() - Method in interface org.apache.mina.core.future.ConnectFuture
-
Cancels the connection attempt and notifies all threads waiting for
this future.
- cancel() - Method in class org.apache.mina.core.future.DefaultConnectFuture
-
Cancels the connection attempt and notifies all threads waiting for
this future.
- cancel() - Method in class org.apache.mina.core.polling.AbstractPollingIoConnector.ConnectionRequest
-
- cancel() - Method in class org.apache.mina.core.session.IdleStatusChecker.NotifyingTask
-
stop execution of the task
- cancelConnectFuture() - Method in class org.apache.mina.proxy.ProxyConnector
-
Cancels the real connection when reconnection is in use.
- canSkip(byte) - Method in class org.apache.mina.filter.codec.statemachine.LinearWhitespaceSkippingState
-
Called to determine whether the specified byte can be skipped.
- canSkip(byte) - Method in class org.apache.mina.filter.codec.statemachine.SkippingState
-
Called to determine whether the specified byte can be skipped.
- capacity() - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
- capacity(int) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
-
Increases the capacity of this buffer.
- capacity() - Method in class org.apache.mina.core.buffer.IoBuffer
-
- capacity(int) - Method in class org.apache.mina.core.buffer.IoBuffer
-
Increases the capacity of this buffer.
- capacity() - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- capacity(int) - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- capacity() - Method in class org.apache.mina.util.CircularQueue
-
- ChainedIoHandler - Class in org.apache.mina.handler.chain
-
- ChainedIoHandler() - Constructor for class org.apache.mina.handler.chain.ChainedIoHandler
-
- ChainedIoHandler(IoHandlerChain) - Constructor for class org.apache.mina.handler.chain.ChainedIoHandler
-
Creates a new instance which executes the specified
IoHandlerChain
on a
messageReceived event.
- changeByteEndianess(byte[], int, int) - Static method in class org.apache.mina.proxy.utils.ByteUtilities
-
Invert two bytes in the given byte array starting at the given
offset and repeating the inversion length/2 times.
- changeWordEndianess(byte[], int, int) - Static method in class org.apache.mina.proxy.utils.ByteUtilities
-
Invert the endianness of words (4 bytes) in the given byte array
starting at the given offset and repeating length/4 times.
- channel - Variable in class org.apache.mina.transport.socket.nio.NioSession
-
The communication channel
- CharacterEditor - Class in org.apache.mina.integration.beans
-
- CharacterEditor() - Constructor for class org.apache.mina.integration.beans.CharacterEditor
-
- 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
-
- checkRequiredProperties(String...) - Method in class org.apache.mina.proxy.handlers.http.HttpProxyRequest
-
Check if the given property(ies) is(are) set.
- CircularQueue<E> - Class in org.apache.mina.util
-
A unbounded circular queue based on array.
- CircularQueue() - Constructor for class org.apache.mina.util.CircularQueue
-
Construct a new, empty queue.
- CircularQueue(int) - Constructor for class org.apache.mina.util.CircularQueue
-
- ClassEditor - Class in org.apache.mina.integration.beans
-
- ClassEditor() - Constructor for class org.apache.mina.integration.beans.ClassEditor
-
- clear() - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
- clear() - Method in class org.apache.mina.core.buffer.IoBuffer
-
- clear() - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- clear() - Method in class org.apache.mina.core.filterchain.DefaultIoFilterChain
-
- clear() - Method in class org.apache.mina.core.filterchain.DefaultIoFilterChainBuilder
-
- clear() - Method in interface org.apache.mina.core.filterchain.IoFilterChain
-
Removes all filters added to this chain.
- clear(IoSession) - Method in interface org.apache.mina.core.write.WriteRequestQueue
-
Removes all the requests from this session's queue.
- clear() - Method in class org.apache.mina.handler.chain.IoHandlerChain
-
- clear() - Method in class org.apache.mina.util.CircularQueue
-
- clear() - Method in class org.apache.mina.util.CopyOnWriteMap
-
Removes all entries in this map.
- clear() - Method in class org.apache.mina.util.ExpiringMap
-
- clear() - Method in class org.apache.mina.util.LazyInitializedCacheMap
- clear() - Method in class org.apache.mina.util.MapBackedSet
-
- clear() - Method in class org.apache.mina.util.SynchronizedQueue
-
- 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
-
- 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
-
- clone() - Method in class org.apache.mina.util.CopyOnWriteMap
-
- CLOSE - Static variable in interface org.apache.mina.core.future.IoFutureListener
-
- close(H) - Method in class org.apache.mina.core.polling.AbstractPollingIoAcceptor
-
Close a server socket.
- close(H) - Method in class org.apache.mina.core.polling.AbstractPollingIoConnector
-
Close a client socket.
- close(boolean) - Method in class org.apache.mina.core.session.AbstractIoSession
-
Closes this session immediately or after all queued write requests
are flushed.
- close() - Method in class org.apache.mina.core.session.AbstractIoSession
-
Closes this session after all queued write requests
are flushed.
- close(boolean) - Method in interface org.apache.mina.core.session.IoSession
-
Deprecated.
Use either the closeNow() or the flushAndClose() methods
- close() - Method in interface org.apache.mina.core.session.IoSession
-
- close() - Method in class org.apache.mina.filter.codec.serialization.ObjectSerializationOutputStream
- CLOSE - Static variable in interface org.apache.mina.filter.keepalive.KeepAliveRequestTimeoutHandler
-
Closes the connection after logging.
- CLOSE - Static variable in interface org.apache.mina.handler.demux.ExceptionHandler
-
- close(Long) - Method in class org.apache.mina.transport.socket.apr.AprSocketAcceptor
-
Close a server socket.
- close(Long) - Method in class org.apache.mina.transport.socket.apr.AprSocketConnector
-
Close a client socket.
- close(DatagramChannel) - Method in class org.apache.mina.transport.socket.nio.NioDatagramAcceptor
-
- close(DatagramChannel) - Method in class org.apache.mina.transport.socket.nio.NioDatagramConnector
-
- close(ServerSocketChannel) - Method in class org.apache.mina.transport.socket.nio.NioSocketAcceptor
-
Close a server socket.
- close(SocketChannel) - Method in class org.apache.mina.transport.socket.nio.NioSocketConnector
-
Close a client socket.
- CLOSE_REQUEST - Static variable in class org.apache.mina.core.session.AbstractIoSession
-
An internal write request object that triggers session close.
- CloseFuture - Interface in org.apache.mina.core.future
-
An
IoFuture
for asynchronous close requests.
- closeNow() - Method in class org.apache.mina.core.session.AbstractIoSession
-
Closes this session immediately.
- closeNow() - Method in interface org.apache.mina.core.session.IoSession
-
Closes this session immediately.
- closeOnFlush() - Method in class org.apache.mina.core.session.AbstractIoSession
-
Closes this session after all queued write requests are flushed.
- closeOnFlush() - Method in interface org.apache.mina.core.session.IoSession
-
Closes this session after all queued write requests are flushed.
- closeSession(String, Throwable) - Method in class org.apache.mina.proxy.AbstractProxyLogicHandler
-
Closes the session.
- closeSession(String) - Method in class org.apache.mina.proxy.AbstractProxyLogicHandler
-
Closes the session.
- closeSession(String) - Method in class org.apache.mina.proxy.handlers.socks.Socks5LogicHandler
-
Closes the session.
- code() - Method in enum org.apache.mina.http.api.HttpStatus
-
Retrieve the status code for this instance.
- CollectionEditor - Class in org.apache.mina.integration.beans
-
- CollectionEditor(Class<?>) - Constructor for class org.apache.mina.integration.beans.CollectionEditor
-
- 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
-
- 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
-
- CommandSyntaxException(String) - Constructor for exception org.apache.mina.example.tapedeck.CommandSyntaxException
-
- CommonEventFilter - Class in org.apache.mina.filter.util
-
Extend this class when you want to create a filter that
wraps the same logic around all 9 IoEvents
- CommonEventFilter() - Constructor for class org.apache.mina.filter.util.CommonEventFilter
-
- compact() - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
- compact() - Method in class org.apache.mina.core.buffer.IoBuffer
-
- compact() - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- compareTo(IoBuffer) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
- compareTo(IoBuffer) - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- compareTo(VmPipeAddress) - Method in class org.apache.mina.transport.vmpipe.VmPipeAddress
- CompositeByteArray - Class in org.apache.mina.util.byteaccess
-
A ByteArray composed of other ByteArrays.
- CompositeByteArray() - Constructor for class org.apache.mina.util.byteaccess.CompositeByteArray
-
Creates a new instance of CompositeByteArray.
- CompositeByteArray(ByteArrayFactory) - Constructor for class org.apache.mina.util.byteaccess.CompositeByteArray
-
Creates a new instance of CompositeByteArray.
- CompositeByteArray.CursorListener - Interface in org.apache.mina.util.byteaccess
-
Allows for efficient detection of component boundaries when using a cursor.
- CompositeByteArrayRelativeReader - Class in org.apache.mina.util.byteaccess
-
Provides restricted, relative, read-only access to the bytes in a
CompositeByteArray
.
- CompositeByteArrayRelativeReader(CompositeByteArray, boolean) - Constructor for class org.apache.mina.util.byteaccess.CompositeByteArrayRelativeReader
-
Creates a new instance of CompositeByteArrayRelativeReader.
- CompositeByteArrayRelativeWriter - Class in org.apache.mina.util.byteaccess
-
Provides restricted, relative, write-only access to the bytes in a
CompositeByteArray
.
- CompositeByteArrayRelativeWriter(CompositeByteArray, CompositeByteArrayRelativeWriter.Expander, CompositeByteArrayRelativeWriter.Flusher, boolean) - Constructor for class org.apache.mina.util.byteaccess.CompositeByteArrayRelativeWriter
-
Creates a new instance of CompositeByteArrayRelativeWriter.
- CompositeByteArrayRelativeWriter.ChunkedExpander - Class in org.apache.mina.util.byteaccess
-
Expands the supplied
CompositeByteArray
by the number of
bytes provided in the constructor
- CompositeByteArrayRelativeWriter.ChunkedExpander(ByteArrayFactory, int) - Constructor for class org.apache.mina.util.byteaccess.CompositeByteArrayRelativeWriter.ChunkedExpander
-
- CompositeByteArrayRelativeWriter.Expander - Interface in org.apache.mina.util.byteaccess
-
An object that knows how to expand a CompositeByteArray
.
- CompositeByteArrayRelativeWriter.Flusher - Interface in org.apache.mina.util.byteaccess
-
An object that knows how to flush a ByteArray
.
- CompositeByteArrayRelativeWriter.NopExpander - Class in org.apache.mina.util.byteaccess
-
No-op expander.
- CompositeByteArrayRelativeWriter.NopExpander() - Constructor for class org.apache.mina.util.byteaccess.CompositeByteArrayRelativeWriter.NopExpander
-
- CompositeIoFuture<E extends IoFuture> - Class in org.apache.mina.core.future
-
- CompositeIoFuture(Iterable<E>) - Constructor for class org.apache.mina.core.future.CompositeIoFuture
-
- COMPRESSION_DEFAULT - Static variable in class org.apache.mina.filter.compression.CompressionFilter
-
The default compression level used.
- COMPRESSION_MAX - Static variable in class org.apache.mina.filter.compression.CompressionFilter
-
Max compression level.
- COMPRESSION_MIN - Static variable in class org.apache.mina.filter.compression.CompressionFilter
-
Provides the best speed at the price of a low compression ratio.
- COMPRESSION_NONE - Static variable in class org.apache.mina.filter.compression.CompressionFilter
-
No compression done on the data.
- CompressionFilter - Class in org.apache.mina.filter.compression
-
- CompressionFilter() - Constructor for class org.apache.mina.filter.compression.CompressionFilter
-
Creates a new instance which compresses outboud data and decompresses
inbound data with default compression level.
- CompressionFilter(int) - Constructor for class org.apache.mina.filter.compression.CompressionFilter
-
Creates a new instance which compresses outboud data and decompresses
inbound data with the specified compressionLevel.
- CompressionFilter(boolean, boolean, int) - Constructor for class org.apache.mina.filter.compression.CompressionFilter
-
Creates a new instance.
- computeResponseValue(IoSession, HashMap<String, String>, String, String, String, String) - Static method in class org.apache.mina.proxy.handlers.http.digest.DigestUtilities
-
Computes the response to the DIGEST challenge.
- ConcurrentHashSet<E> - Class in org.apache.mina.util
-
- ConcurrentHashSet() - Constructor for class org.apache.mina.util.ConcurrentHashSet
-
- ConcurrentHashSet(Collection<E>) - Constructor for class org.apache.mina.util.ConcurrentHashSet
-
- config - Variable in class org.apache.mina.core.session.AbstractIoSession
-
The session config
- connect(H, SocketAddress) - Method in class org.apache.mina.core.polling.AbstractPollingIoConnector
-
Connect a newly created client socket handle to a remote
SocketAddress
.
- connect() - Method in class org.apache.mina.core.service.AbstractIoConnector
-
- connect(IoSessionInitializer<? extends ConnectFuture>) - Method in class org.apache.mina.core.service.AbstractIoConnector
-
- connect(SocketAddress) - Method in class org.apache.mina.core.service.AbstractIoConnector
-
Connects to the specified remote address.
- connect(SocketAddress, IoSessionInitializer<? extends ConnectFuture>) - Method in class org.apache.mina.core.service.AbstractIoConnector
-
- connect(SocketAddress, SocketAddress) - Method in class org.apache.mina.core.service.AbstractIoConnector
-
Connects to the specified remote address binding to the specified local address.
- connect(SocketAddress, SocketAddress, IoSessionInitializer<? extends ConnectFuture>) - Method in class org.apache.mina.core.service.AbstractIoConnector
-
Connects to the specified remote address binding to the specified local
address and and invokes the
ioSessionInitializer
when the
IoSession is created but before
IoHandler.sessionCreated(IoSession)
is invoked.
- connect() - Method in interface org.apache.mina.core.service.IoConnector
-
- connect(IoSessionInitializer<? extends ConnectFuture>) - Method in interface org.apache.mina.core.service.IoConnector
-
- connect(SocketAddress) - Method in interface org.apache.mina.core.service.IoConnector
-
Connects to the specified remote address.
- connect(SocketAddress, IoSessionInitializer<? extends ConnectFuture>) - Method in interface org.apache.mina.core.service.IoConnector
-
- connect(SocketAddress, SocketAddress) - Method in interface org.apache.mina.core.service.IoConnector
-
Connects to the specified remote address binding to the specified local address.
- connect(SocketAddress, SocketAddress, IoSessionInitializer<? extends ConnectFuture>) - Method in interface org.apache.mina.core.service.IoConnector
-
Connects to the specified remote address binding to the specified local
address and and invokes the
ioSessionInitializer
when the
IoSession is created but before
IoHandler.sessionCreated(IoSession)
is invoked.
- 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 - Static variable in class org.apache.mina.proxy.handlers.http.HttpProxyConstants
-
The HTTP CONNECT verb.
- connect(Long, SocketAddress) - Method in class org.apache.mina.transport.socket.apr.AprSocketConnector
-
Connect a newly created client socket handle to a remote
SocketAddress
.
- connect(DatagramChannel, SocketAddress) - Method in class org.apache.mina.transport.socket.nio.NioDatagramConnector
-
- connect(SocketChannel, SocketAddress) - Method in class org.apache.mina.transport.socket.nio.NioSocketConnector
-
Connect a newly created client socket handle to a remote
SocketAddress
.
- connect0(SocketAddress, SocketAddress, IoSessionInitializer<? extends ConnectFuture>) - Method in class org.apache.mina.core.polling.AbstractPollingIoConnector
-
Implement this method to perform the actual connect operation.
- connect0(SocketAddress, SocketAddress, IoSessionInitializer<? extends ConnectFuture>) - Method in class org.apache.mina.core.service.AbstractIoConnector
-
Implement this method to perform the actual connect operation.
- connect0(SocketAddress, SocketAddress, IoSessionInitializer<? extends ConnectFuture>) - Method in class org.apache.mina.proxy.ProxyConnector
-
Connects to the specified address
.
- connect0(SocketAddress, SocketAddress, IoSessionInitializer<? extends ConnectFuture>) - Method in class org.apache.mina.transport.serial.SerialConnector
-
- connect0(SocketAddress, SocketAddress, IoSessionInitializer<? extends ConnectFuture>) - Method in class org.apache.mina.transport.vmpipe.VmPipeConnector
-
Implement this method to perform the actual connect operation.
- 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
-
- ConnectFuture - Interface in org.apache.mina.core.future
-
An
IoFuture
for asynchronous connect requests.
- ConnectionThrottleFilter - Class in org.apache.mina.filter.firewall
-
A
IoFilter
which blocks connections from connecting
at a rate faster than the specified interval.
- ConnectionThrottleFilter() - Constructor for class org.apache.mina.filter.firewall.ConnectionThrottleFilter
-
Default constructor.
- ConnectionThrottleFilter(long) - Constructor for class org.apache.mina.filter.firewall.ConnectionThrottleFilter
-
Constructor that takes in a specified wait time.
- Constants - Class in org.apache.mina.example.sumup.codec
-
Provides SumUp protocol constants.
- ConsumeToCrLfDecodingState - Class in org.apache.mina.filter.codec.statemachine
-
DecodingState
which consumes all bytes until a
CRLF
has been encountered.
- ConsumeToCrLfDecodingState() - Constructor for class org.apache.mina.filter.codec.statemachine.ConsumeToCrLfDecodingState
-
Creates a new instance.
- ConsumeToDynamicTerminatorDecodingState - Class in org.apache.mina.filter.codec.statemachine
-
DecodingState
which consumes all bytes until a fixed (ASCII)
character is reached.
- ConsumeToDynamicTerminatorDecodingState() - Constructor for class org.apache.mina.filter.codec.statemachine.ConsumeToDynamicTerminatorDecodingState
-
- ConsumeToEndOfSessionDecodingState - Class in org.apache.mina.filter.codec.statemachine
-
DecodingState
which consumes all received bytes until the session is
closed.
- ConsumeToEndOfSessionDecodingState(int) - Constructor for class org.apache.mina.filter.codec.statemachine.ConsumeToEndOfSessionDecodingState
-
Creates a new instance using the specified maximum length.
- ConsumeToLinearWhitespaceDecodingState - Class in org.apache.mina.filter.codec.statemachine
-
DecodingState
which consumes all bytes until a space (0x20) or tab
(0x09) character is reached.
- ConsumeToLinearWhitespaceDecodingState() - Constructor for class org.apache.mina.filter.codec.statemachine.ConsumeToLinearWhitespaceDecodingState
-
- ConsumeToTerminatorDecodingState - Class in org.apache.mina.filter.codec.statemachine
-
DecodingState
which consumes all bytes until a fixed (ASCII)
character is reached.
- ConsumeToTerminatorDecodingState(byte) - Constructor for class org.apache.mina.filter.codec.statemachine.ConsumeToTerminatorDecodingState
-
Creates a new instance using the specified terminator character.
- contains(String) - Method in class org.apache.mina.core.filterchain.DefaultIoFilterChain
-
- contains(IoFilter) - Method in class org.apache.mina.core.filterchain.DefaultIoFilterChain
-
- contains(Class<? extends IoFilter>) - Method in class org.apache.mina.core.filterchain.DefaultIoFilterChain
-
- contains(String) - Method in class org.apache.mina.core.filterchain.DefaultIoFilterChainBuilder
-
- contains(IoFilter) - Method in class org.apache.mina.core.filterchain.DefaultIoFilterChainBuilder
-
- contains(Class<? extends IoFilter>) - Method in class org.apache.mina.core.filterchain.DefaultIoFilterChainBuilder
-
- contains(String) - Method in interface org.apache.mina.core.filterchain.IoFilterChain
-
- contains(IoFilter) - Method in interface org.apache.mina.core.filterchain.IoFilterChain
-
- contains(Class<? extends IoFilter>) - Method in interface org.apache.mina.core.filterchain.IoFilterChain
-
- contains(String) - Method in class org.apache.mina.handler.chain.IoHandlerChain
-
- contains(IoHandlerCommand) - Method in class org.apache.mina.handler.chain.IoHandlerChain
-
- contains(Class<? extends IoHandlerCommand>) - Method in class org.apache.mina.handler.chain.IoHandlerChain
-
- contains(Object) - Method in class org.apache.mina.util.MapBackedSet
-
- contains(Object) - Method in class org.apache.mina.util.SynchronizedQueue
-
- containsAll(Collection<?>) - Method in class org.apache.mina.util.SynchronizedQueue
-
- containsAttribute(Object) - Method in class org.apache.mina.core.session.AbstractIoSession
- containsAttribute(Object) - Method in interface org.apache.mina.core.session.IoSession
-
- containsAttribute(IoSession, Object) - Method in interface org.apache.mina.core.session.IoSessionAttributeMap
-
- containsClient(SocketAddress) - Method in class org.apache.mina.example.udp.MemoryMonitor
-
- containsHeader(String) - Method in class org.apache.mina.http.api.DefaultHttpResponse
-
- containsHeader(String) - Method in interface org.apache.mina.http.api.HttpMessage
-
- containsHeader(String) - Method in class org.apache.mina.http.HttpRequestImpl
-
- containsKey(Object) - Method in class org.apache.mina.util.CopyOnWriteMap
-
- containsKey(Object) - Method in class org.apache.mina.util.ExpiringMap
-
- containsKey(Object) - Method in class org.apache.mina.util.LazyInitializedCacheMap
- containsParameter(String) - Method in interface org.apache.mina.http.api.HttpRequest
-
Determines whether this request contains at least one parameter with the specified name
- containsParameter(String) - Method in class org.apache.mina.http.HttpRequestImpl
-
- containsValue(Object) - Method in class org.apache.mina.util.CopyOnWriteMap
-
- containsValue(Object) - Method in class org.apache.mina.util.ExpiringMap
-
- containsValue(Object) - Method in class org.apache.mina.util.LazyInitializedCacheMap
-
- convertValue(Map, Object, Member, String, Object, Class) - Method in class org.apache.mina.integration.ognl.PropertyTypeConverter
-
- COOKIE_SEPARATOR_PATTERN - Static variable in class org.apache.mina.http.HttpClientDecoder
-
Regex to split cookie header following RFC6265 Section 5.4
- COOKIE_SEPARATOR_PATTERN - Static variable in class org.apache.mina.http.HttpServerDecoder
-
Regex to split cookie header following RFC6265 Section 5.4
- copyDirective(HashMap<String, String>, StringBuilder, String) - Static method in class org.apache.mina.proxy.utils.StringUtilities
-
- copyDirective(HashMap<String, String>, HashMap<String, String>, String) - Static method in class org.apache.mina.proxy.utils.StringUtilities
-
Copy the directive from the source map to the destination map, if it's
value isn't null.
- CopyOnWriteMap<K,V> - Class in org.apache.mina.util
-
A thread-safe version of
Map
in which all operations that change the
Map are implemented by making a new copy of the underlying Map.
- CopyOnWriteMap() - Constructor for class org.apache.mina.util.CopyOnWriteMap
-
Creates a new instance of CopyOnWriteMap.
- CopyOnWriteMap(int) - Constructor for class org.apache.mina.util.CopyOnWriteMap
-
Creates a new instance of CopyOnWriteMap with the specified initial size
- CopyOnWriteMap(Map<K, V>) - Constructor for class org.apache.mina.util.CopyOnWriteMap
-
Creates a new instance of CopyOnWriteMap in which the
initial data being held by this map is contained in
the supplied map.
- create(String) - Static method in class org.apache.mina.integration.xbean.SocketAddressFactory
-
- create() - Method in class org.apache.mina.statemachine.context.DefaultStateContextFactory
-
- create() - Method in interface org.apache.mina.statemachine.context.StateContextFactory
-
- create(StateContext, Method, Object[]) - Method in class org.apache.mina.statemachine.event.DefaultEventFactory
-
- create(StateContext, Method, Object[]) - Method in interface org.apache.mina.statemachine.event.EventFactory
-
Creates a new
Event
from the specified method and method
arguments.
- create(Object) - Method in class org.apache.mina.statemachine.StateMachineFactory
-
Creates a new
StateMachine
from the specified handler object and
using a start state with id
start
.
- create(String, Object) - Method in class org.apache.mina.statemachine.StateMachineFactory
-
Creates a new
StateMachine
from the specified handler object and
using the
State
with the specified id as start state.
- create(Object, Object...) - Method in class org.apache.mina.statemachine.StateMachineFactory
-
Creates a new
StateMachine
from the specified handler objects and
using a start state with id
start
.
- create(String, Object, Object...) - Method in class org.apache.mina.statemachine.StateMachineFactory
-
Creates a new
StateMachine
from the specified handler objects and
using the
State
with the specified id as start state.
- create(Class<T>, StateMachine) - Method in class org.apache.mina.statemachine.StateMachineProxyBuilder
-
Creates a proxy for the specified interface and which uses the specified
StateMachine
.
- create(Class<?>[], StateMachine) - Method in class org.apache.mina.statemachine.StateMachineProxyBuilder
-
Creates a proxy for the specified interfaces and which uses the specified
StateMachine
.
- create(int) - Method in interface org.apache.mina.util.byteaccess.ByteArrayFactory
-
Creates an instance of
ByteArray
of size specified by the
size parameter.
- create(int) - Method in class org.apache.mina.util.byteaccess.ByteArrayPool
-
- create(int) - Method in class org.apache.mina.util.byteaccess.SimpleByteArrayFactory
-
Creates an instance of
ByteArray
of size specified by the
size parameter.
- createAuthorization(String, String) - Static method in class org.apache.mina.proxy.handlers.http.basic.HttpBasicAuthLogicHandler
-
Computes the authorization header value.
- 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
-
- createType1Message(String, String, Integer, byte[]) - Static method in class org.apache.mina.proxy.handlers.http.ntlm.NTLMUtilities
-
see http://davenport.sourceforge.net/ntlm.html#theType1Message
- createType3Message(String, String, byte[], String, String, Integer, byte[]) - Static method in class org.apache.mina.proxy.handlers.http.ntlm.NTLMUtilities
-
- CRLF - Static variable in class org.apache.mina.filter.codec.textline.LineDelimiter
-
The CRLF line delimiter constant ("\r\n")
- CRLF - Static variable in class org.apache.mina.proxy.handlers.http.HttpProxyConstants
-
The CRLF character sequence used in HTTP protocol to end each line.
- CrLfDecodingState - Class in org.apache.mina.filter.codec.statemachine
-
- CrLfDecodingState() - Constructor for class org.apache.mina.filter.codec.statemachine.CrLfDecodingState
-
- CumulativeProtocolDecoder - Class in org.apache.mina.filter.codec
-
A
ProtocolDecoder
that cumulates the content of received buffers to a
cumulative buffer to help users implement decoders.
- CumulativeProtocolDecoder() - Constructor for class org.apache.mina.filter.codec.CumulativeProtocolDecoder
-
Creates a new instance.
- CURRENT_STREAM - Variable in class org.apache.mina.filter.stream.AbstractStreamWriteFilter
-
The attribute name used when binding the streaming object to the session.
- CURRENT_WRITE_REQUEST - Variable in class org.apache.mina.filter.stream.AbstractStreamWriteFilter
-
- cursor() - Method in class org.apache.mina.util.byteaccess.BufferByteArray
- cursor(int) - Method in class org.apache.mina.util.byteaccess.BufferByteArray
- cursor() - Method in interface org.apache.mina.util.byteaccess.ByteArray
-
- cursor(int) - Method in interface org.apache.mina.util.byteaccess.ByteArray
-
- cursor() - Method in class org.apache.mina.util.byteaccess.CompositeByteArray
- cursor(int) - Method in class org.apache.mina.util.byteaccess.CompositeByteArray
- cursor(CompositeByteArray.CursorListener) - Method in class org.apache.mina.util.byteaccess.CompositeByteArray
-
Get a cursor starting at index 0 (which may not be the start of the
array) and with the given listener.
- cursor(int, CompositeByteArray.CursorListener) - Method in class org.apache.mina.util.byteaccess.CompositeByteArray
-
Get a cursor starting at the given index and with the given listener.
- cursorPassedFirstComponent() - Method in class org.apache.mina.util.byteaccess.CompositeByteArrayRelativeReader
-
- cursorPassedFirstComponent() - Method in class org.apache.mina.util.byteaccess.CompositeByteArrayRelativeWriter
-
- DatagramAcceptor - Interface in org.apache.mina.transport.socket
-
- DatagramConnector - Interface in org.apache.mina.transport.socket
-
- DatagramSessionConfig - Interface in org.apache.mina.transport.socket
-
- DateEditor - Class in org.apache.mina.integration.beans
-
- DateEditor() - Constructor for class org.apache.mina.integration.beans.DateEditor
-
- DateUtil - Class in org.apache.mina.http
-
- DateUtil() - Constructor for class org.apache.mina.http.DateUtil
-
- DEAF_SPEAKER - Static variable in interface org.apache.mina.filter.keepalive.KeepAliveRequestTimeoutHandler
-
A special handler for the 'deaf speaker' mode.
- decodable(IoSession, IoBuffer) - Method in class org.apache.mina.example.sumup.codec.AbstractMessageDecoder
-
- decodable(IoSession, IoBuffer) - Method in interface org.apache.mina.filter.codec.demux.MessageDecoder
-
Checks the specified buffer is decodable by this decoder.
- 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
-
- decode(IoSession, IoBuffer, ProtocolDecoderOutput) - Method in class org.apache.mina.filter.codec.CumulativeProtocolDecoder
-
- decode(IoSession, IoBuffer, ProtocolDecoderOutput) - Method in interface org.apache.mina.filter.codec.demux.MessageDecoder
-
Decodes binary or protocol-specific content into higher-level message objects.
- decode(IoSession, IoBuffer, ProtocolDecoderOutput) - Method in interface org.apache.mina.filter.codec.ProtocolDecoder
-
Decodes binary or protocol-specific content into higher-level message objects.
- decode(IoBuffer, ProtocolDecoderOutput) - Method in class org.apache.mina.filter.codec.statemachine.ConsumeToCrLfDecodingState
-
- decode(IoBuffer, ProtocolDecoderOutput) - Method in class org.apache.mina.filter.codec.statemachine.ConsumeToDynamicTerminatorDecodingState
-
Invoked when data is available for this state.
- decode(IoBuffer, ProtocolDecoderOutput) - Method in class org.apache.mina.filter.codec.statemachine.ConsumeToEndOfSessionDecodingState
-
Invoked when data is available for this state.
- decode(IoBuffer, ProtocolDecoderOutput) - Method in class org.apache.mina.filter.codec.statemachine.ConsumeToTerminatorDecodingState
-
Invoked when data is available for this state.
- decode(IoBuffer, ProtocolDecoderOutput) - Method in class org.apache.mina.filter.codec.statemachine.CrLfDecodingState
-
Invoked when data is available for this state.
- decode(IoBuffer, ProtocolDecoderOutput) - Method in interface org.apache.mina.filter.codec.statemachine.DecodingState
-
Invoked when data is available for this state.
- decode(IoBuffer, ProtocolDecoderOutput) - Method in class org.apache.mina.filter.codec.statemachine.DecodingStateMachine
-
Invoked when data is available for this state.
- decode(IoSession, IoBuffer, ProtocolDecoderOutput) - Method in class org.apache.mina.filter.codec.statemachine.DecodingStateProtocolDecoder
-
Decodes binary or protocol-specific content into higher-level message objects.
- decode(IoBuffer, ProtocolDecoderOutput) - Method in class org.apache.mina.filter.codec.statemachine.FixedLengthDecodingState
-
Invoked when data is available for this state.
- decode(IoBuffer, ProtocolDecoderOutput) - Method in class org.apache.mina.filter.codec.statemachine.IntegerDecodingState
-
Invoked when data is available for this state.
- decode(IoBuffer, ProtocolDecoderOutput) - Method in class org.apache.mina.filter.codec.statemachine.ShortIntegerDecodingState
-
Invoked when data is available for this state.
- decode(IoBuffer, ProtocolDecoderOutput) - Method in class org.apache.mina.filter.codec.statemachine.SingleByteDecodingState
-
- decode(IoBuffer, ProtocolDecoderOutput) - Method in class org.apache.mina.filter.codec.statemachine.SkippingState
-
Invoked when data is available for this state.
- decode(IoSession, IoBuffer, ProtocolDecoderOutput) - Method in class org.apache.mina.filter.codec.SynchronizedProtocolDecoder
-
- decode(IoSession, IoBuffer, ProtocolDecoderOutput) - Method in class org.apache.mina.filter.codec.textline.TextLineDecoder
-
Decodes binary or protocol-specific content into higher-level message objects.
- decode(IoSession, IoBuffer, ProtocolDecoderOutput) - Method in class org.apache.mina.http.HttpClientDecoder
-
- decode(IoSession, IoBuffer, ProtocolDecoderOutput) - Method in class org.apache.mina.http.HttpServerDecoder
-
- decode(Object) - Method in class org.apache.mina.util.Base64
-
Decodes an Object using the base64 algorithm.
- decode(byte[]) - Method in class org.apache.mina.util.Base64
-
Decodes a byte[] containing containing
characters in the Base64 alphabet.
- decodeBase64(byte[]) - Static method in class org.apache.mina.util.Base64
-
Decodes Base64 data into octects
- 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
-
- decodeFully(IoBuffer) - Method in class org.apache.mina.proxy.utils.IoBufferDecoder
-
Will return null unless it has enough data to decode.
- decodeResponse(String) - Method in class org.apache.mina.proxy.handlers.http.AbstractHttpLogicHandler
-
Parse a HTTP response from the proxy server.
- DecoderState - Enum in org.apache.mina.http
-
- DecodingState - Interface in org.apache.mina.filter.codec.statemachine
-
- DecodingStateMachine - Class in org.apache.mina.filter.codec.statemachine
-
Abstract base class for decoder state machines.
- DecodingStateMachine() - Constructor for class org.apache.mina.filter.codec.statemachine.DecodingStateMachine
-
- DecodingStateProtocolDecoder - Class in org.apache.mina.filter.codec.statemachine
-
- DecodingStateProtocolDecoder(DecodingState) - Constructor for class org.apache.mina.filter.codec.statemachine.DecodingStateProtocolDecoder
-
Creates a new instance using the specified
DecodingState
instance.
- decreaseReadBufferSize() - Method in class org.apache.mina.core.session.AbstractIoSession
-
Decrease the ReadBuffer size (it will be divided by a factor 2)
- decreaseScheduledBytesAndMessages(WriteRequest) - Method in class org.apache.mina.core.session.AbstractIoSession
-
Decrease the counters of written messages and written bytes when a message has been written
- decreaseScheduledWriteMessages() - Method in class org.apache.mina.core.service.IoServiceStatistics
-
Decrements the count of messages scheduled for write.
- DEFAULT - Static variable in class org.apache.mina.filter.codec.textline.LineDelimiter
-
the line delimiter constant of the current O/S.
- DEFAULT_BUFFER_SIZE - Static variable in class org.apache.mina.filter.buffer.BufferedWriteFilter
-
Default buffer size value in bytes.
- DEFAULT_EXPIRATION_INTERVAL - Static variable in class org.apache.mina.util.ExpiringMap
-
The default value, 1 second
- DEFAULT_FLAGS - Static variable in interface org.apache.mina.proxy.handlers.http.ntlm.NTLMConstants
-
- DEFAULT_KEEP_ALIVE_TIME - Static variable in class org.apache.mina.proxy.handlers.http.HttpProxyConstants
-
The default keep-alive timeout we set to make proxy
connection persistent.
- DEFAULT_MAX_DATA_LENGTH - Static variable in class org.apache.mina.filter.codec.prefixedstring.PrefixedStringDecoder
-
- DEFAULT_MAX_DATA_LENGTH - Static variable in class org.apache.mina.filter.codec.prefixedstring.PrefixedStringEncoder
-
- DEFAULT_OS_VERSION - Static variable in interface org.apache.mina.proxy.handlers.http.ntlm.NTLMConstants
-
- DEFAULT_PREFIX_LENGTH - Static variable in class org.apache.mina.filter.codec.prefixedstring.PrefixedStringDecoder
-
- DEFAULT_PREFIX_LENGTH - Static variable in class org.apache.mina.filter.codec.prefixedstring.PrefixedStringEncoder
-
- DEFAULT_SESSION_ATTRIBUTE_NAME - Static variable in class org.apache.mina.statemachine.context.IoSessionStateContextLookup
-
- DEFAULT_STREAM_BUFFER_SIZE - Static variable in class org.apache.mina.filter.stream.AbstractStreamWriteFilter
-
The default buffer size this filter uses for writing.
- DEFAULT_TIME_TO_LIVE - Static variable in class org.apache.mina.util.ExpiringMap
-
The default value, 60 seconds
- DefaultCloseFuture - Class in org.apache.mina.core.future
-
- DefaultCloseFuture(IoSession) - Constructor for class org.apache.mina.core.future.DefaultCloseFuture
-
Creates a new instance.
- DefaultConnectFuture - Class in org.apache.mina.core.future
-
- DefaultConnectFuture() - Constructor for class org.apache.mina.core.future.DefaultConnectFuture
-
Creates a new instance.
- DefaultDatagramSessionConfig - Class in org.apache.mina.transport.socket
-
- DefaultDatagramSessionConfig() - Constructor for class org.apache.mina.transport.socket.DefaultDatagramSessionConfig
-
Creates a new instance.
- defaultElement() - Method in class org.apache.mina.integration.beans.CollectionEditor
-
- DefaultEventFactory - Class in org.apache.mina.statemachine.event
-
- DefaultEventFactory() - Constructor for class org.apache.mina.statemachine.event.DefaultEventFactory
-
- DefaultExceptionMonitor - Class in org.apache.mina.util
-
A default
ExceptionMonitor
implementation that logs uncaught
exceptions using
Logger
.
- DefaultExceptionMonitor() - Constructor for class org.apache.mina.util.DefaultExceptionMonitor
-
- DefaultFileRegion - Class in org.apache.mina.core.file
-
TODO Add documentation
- DefaultFileRegion(FileChannel) - Constructor for class org.apache.mina.core.file.DefaultFileRegion
-
- DefaultFileRegion(FileChannel, long, long) - Constructor for class org.apache.mina.core.file.DefaultFileRegion
-
- DefaultHttpResponse - Class in org.apache.mina.http.api
-
- DefaultHttpResponse(HttpVersion, HttpStatus, Map<String, String>) - Constructor for class org.apache.mina.http.api.DefaultHttpResponse
-
- DefaultIoEventSizeEstimator - Class in org.apache.mina.filter.executor
-
- DefaultIoEventSizeEstimator() - Constructor for class org.apache.mina.filter.executor.DefaultIoEventSizeEstimator
-
Create a new instance of this class, injecting the known size of
basic java types.
- DefaultIoFilterChain - Class in org.apache.mina.core.filterchain
-
A default implementation of
IoFilterChain
that provides
all operations for developers who want to implement their own
transport layer once used with
AbstractIoSession
.
- DefaultIoFilterChain(AbstractIoSession) - Constructor for class org.apache.mina.core.filterchain.DefaultIoFilterChain
-
Create a new default chain, associated with a session.
- DefaultIoFilterChainBuilder - Class in org.apache.mina.core.filterchain
-
- DefaultIoFilterChainBuilder() - Constructor for class org.apache.mina.core.filterchain.DefaultIoFilterChainBuilder
-
Creates a new instance with an empty filter list.
- DefaultIoFilterChainBuilder(DefaultIoFilterChainBuilder) - Constructor for class org.apache.mina.core.filterchain.DefaultIoFilterChainBuilder
-
- DefaultIoFuture - Class in org.apache.mina.core.future
-
- DefaultIoFuture(IoSession) - Constructor for class org.apache.mina.core.future.DefaultIoFuture
-
Creates a new instance associated with an
IoSession
.
- DefaultIoSessionDataStructureFactory - Class in org.apache.mina.core.session
-
- DefaultIoSessionDataStructureFactory() - Constructor for class org.apache.mina.core.session.DefaultIoSessionDataStructureFactory
-
- DefaultReadFuture - Class in org.apache.mina.core.future
-
- DefaultReadFuture(IoSession) - Constructor for class org.apache.mina.core.future.DefaultReadFuture
-
Creates a new instance.
- DefaultSocketSessionConfig - Class in org.apache.mina.transport.socket
-
- DefaultSocketSessionConfig() - Constructor for class org.apache.mina.transport.socket.DefaultSocketSessionConfig
-
Creates a new instance.
- DefaultStateContext - Class in org.apache.mina.statemachine.context
-
- DefaultStateContext() - Constructor for class org.apache.mina.statemachine.context.DefaultStateContext
-
- DefaultStateContextFactory - Class in org.apache.mina.statemachine.context
-
- DefaultStateContextFactory() - Constructor for class org.apache.mina.statemachine.context.DefaultStateContextFactory
-
- defaultText() - Method in class org.apache.mina.integration.beans.AbstractPropertyEditor
-
- defaultText() - Method in class org.apache.mina.integration.beans.InetAddressEditor
-
- defaultText() - Method in class org.apache.mina.integration.beans.InetSocketAddressEditor
-
- defaultText() - Method in class org.apache.mina.integration.beans.VmPipeAddressEditor
-
- DefaultTransportMetadata - Class in org.apache.mina.core.service
-
- DefaultTransportMetadata(String, String, boolean, boolean, Class<? extends SocketAddress>, Class<? extends IoSessionConfig>, Class<?>...) - Constructor for class org.apache.mina.core.service.DefaultTransportMetadata
-
- defaultValue() - Method in class org.apache.mina.integration.beans.AbstractPropertyEditor
-
- defaultValue() - Method in class org.apache.mina.integration.beans.ByteEditor
-
- defaultValue() - Method in class org.apache.mina.integration.beans.DoubleEditor
-
- defaultValue() - Method in class org.apache.mina.integration.beans.FloatEditor
-
- defaultValue() - Method in class org.apache.mina.integration.beans.InetAddressEditor
-
- defaultValue() - Method in class org.apache.mina.integration.beans.InetSocketAddressEditor
-
- defaultValue() - Method in class org.apache.mina.integration.beans.IntegerEditor
-
- defaultValue() - Method in class org.apache.mina.integration.beans.LongEditor
-
- defaultValue() - Method in class org.apache.mina.integration.beans.NumberEditor
-
- defaultValue() - Method in class org.apache.mina.integration.beans.ShortEditor
-
- defaultValue() - Method in class org.apache.mina.integration.beans.VmPipeAddressEditor
-
- DefaultWriteFuture - Class in org.apache.mina.core.future
-
- DefaultWriteFuture(IoSession) - Constructor for class org.apache.mina.core.future.DefaultWriteFuture
-
Creates a new instance.
- DefaultWriteRequest - Class in org.apache.mina.core.write
-
- DefaultWriteRequest(Object) - Constructor for class org.apache.mina.core.write.DefaultWriteRequest
-
- DefaultWriteRequest(Object, WriteFuture) - Constructor for class org.apache.mina.core.write.DefaultWriteRequest
-
- DefaultWriteRequest(Object, WriteFuture, SocketAddress) - Constructor for class org.apache.mina.core.write.DefaultWriteRequest
-
Creates a new instance.
- deliverEvent() - Method in class org.apache.mina.proxy.event.IoSessionEvent
-
Delivers this event to the next filter.
- DemuxingIoHandler - Class in org.apache.mina.handler.demux
-
- DemuxingIoHandler() - Constructor for class org.apache.mina.handler.demux.DemuxingIoHandler
-
- DemuxingProtocolCodecFactory - Class in org.apache.mina.filter.codec.demux
-
- DemuxingProtocolCodecFactory() - Constructor for class org.apache.mina.filter.codec.demux.DemuxingProtocolCodecFactory
-
- DemuxingProtocolDecoder - Class in org.apache.mina.filter.codec.demux
-
- DemuxingProtocolDecoder() - Constructor for class org.apache.mina.filter.codec.demux.DemuxingProtocolDecoder
-
- DemuxingProtocolEncoder - Class in org.apache.mina.filter.codec.demux
-
- DemuxingProtocolEncoder() - Constructor for class org.apache.mina.filter.codec.demux.DemuxingProtocolEncoder
-
- destroy() - Method in interface org.apache.mina.core.filterchain.IoFilter
-
- destroy() - Method in class org.apache.mina.core.filterchain.IoFilterAdapter
-
- destroy() - Method in class org.apache.mina.core.polling.AbstractPollingIoAcceptor
-
Destroy the polling system, will be called when this
IoAcceptor
implementation will be disposed.
- destroy() - Method in class org.apache.mina.core.polling.AbstractPollingIoConnector
-
Destroy the polling system, will be called when this
IoConnector
implementation will be disposed.
- destroy(S) - Method in class org.apache.mina.core.polling.AbstractPollingIoProcessor
-
Destroy the underlying client socket handle
- destroy() - Method in class org.apache.mina.core.session.AbstractIoSession
-
Destroy the session
- destroy() - Method in class org.apache.mina.filter.codec.statemachine.DecodingStateMachine
-
Invoked to destroy this state machine once the end state has been reached
or the session has been closed.
- destroy() - Method in class org.apache.mina.filter.executor.ExecutorFilter
-
Shuts down the underlying executor if this filter hase been created via
a convenience constructor.
- destroy() - Method in class org.apache.mina.filter.util.ReferenceCountingFilter
-
- destroy(AprSession) - Method in class org.apache.mina.transport.socket.apr.AprIoProcessor
-
Destroy the underlying client socket handle
- destroy() - Method in class org.apache.mina.transport.socket.apr.AprSocketAcceptor
-
Destroy the polling system, will be called when this
IoAcceptor
implementation will be disposed.
- destroy() - Method in class org.apache.mina.transport.socket.apr.AprSocketConnector
-
Destroy the polling system, will be called when this
IoConnector
implementation will be disposed.
- destroy() - Method in class org.apache.mina.transport.socket.nio.NioDatagramAcceptor
-
- destroy() - Method in class org.apache.mina.transport.socket.nio.NioDatagramConnector
-
- destroy(NioSession) - Method in class org.apache.mina.transport.socket.nio.NioProcessor
-
- destroy() - Method in class org.apache.mina.transport.socket.nio.NioSocketAcceptor
-
Destroy the polling system, will be called when this
IoAcceptor
implementation will be disposed.
- destroy() - Method in class org.apache.mina.transport.socket.nio.NioSocketConnector
-
Destroy the polling system, will be called when this
IoConnector
implementation will be disposed.
- DigestUtilities - Class in org.apache.mina.proxy.handlers.http.digest
-
DigestUtilities.java - A class supporting the HTTP DIGEST authentication (see RFC 2617).
- DigestUtilities() - Constructor for class org.apache.mina.proxy.handlers.http.digest.DigestUtilities
-
- DISABLE_COMPRESSION_ONCE - Static variable in class org.apache.mina.filter.compression.CompressionFilter
-
A flag that allows you to disable compression once.
- DISABLE_ENCRYPTION_ONCE - Static variable in class org.apache.mina.filter.ssl.SslFilter
-
A session attribute key that makes next one write request bypass
this filter (not encrypting the data).
- 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
-
- disposalLock - Variable in class org.apache.mina.core.service.AbstractIoService
-
A lock object which must be acquired when related resources are
destroyed.
- dispose() - Method in class org.apache.mina.core.buffer.CachedBufferAllocator
-
- dispose() - Method in interface org.apache.mina.core.buffer.IoBufferAllocator
-
Dispose of this allocator.
- dispose() - Method in class org.apache.mina.core.buffer.SimpleBufferAllocator
-
- dispose() - Method in class org.apache.mina.core.polling.AbstractPollingIoProcessor
-
Releases any resources allocated by this processor.
- dispose() - Method in class org.apache.mina.core.service.AbstractIoService
-
Releases any resources allocated by this service.
- dispose(boolean) - Method in class org.apache.mina.core.service.AbstractIoService
-
Releases any resources allocated by this service.
- dispose() - Method in interface org.apache.mina.core.service.IoProcessor
-
Releases any resources allocated by this processor.
- dispose() - Method in interface org.apache.mina.core.service.IoService
-
Releases any resources allocated by this service.
- dispose(boolean) - Method in interface org.apache.mina.core.service.IoService
-
Releases any resources allocated by this service.
- dispose() - Method in class org.apache.mina.core.service.SimpleIoProcessorPool
-
Releases any resources allocated by this processor.
- dispose(IoSession) - Method in interface org.apache.mina.core.session.IoSessionAttributeMap
-
Disposes any releases associated with the specified session.
- dispose(IoSession) - Method in interface org.apache.mina.core.write.WriteRequestQueue
-
Disposes any releases associated with the specified session.
- 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
-
- dispose(IoSession) - Method in class org.apache.mina.filter.codec.CumulativeProtocolDecoder
-
Releases the cumulative buffer used by the specified session.
- dispose(IoSession) - Method in class org.apache.mina.filter.codec.demux.DemuxingProtocolDecoder
-
Releases the cumulative buffer used by the specified session.
- dispose(IoSession) - Method in class org.apache.mina.filter.codec.demux.DemuxingProtocolEncoder
-
Releases all resources related with this encoder.
- dispose(IoSession) - Method in interface org.apache.mina.filter.codec.ProtocolDecoder
-
Releases all resources related with this decoder.
- dispose(IoSession) - Method in class org.apache.mina.filter.codec.ProtocolDecoderAdapter
-
Override this method to dispose all resources related with this decoder.
- dispose(IoSession) - Method in interface org.apache.mina.filter.codec.ProtocolEncoder
-
Releases all resources related with this encoder.
- dispose(IoSession) - Method in class org.apache.mina.filter.codec.ProtocolEncoderAdapter
-
Override this method dispose all resources related with this encoder.
- dispose(IoSession) - Method in class org.apache.mina.filter.codec.statemachine.DecodingStateProtocolDecoder
-
Releases all resources related with this decoder.
- dispose(IoSession) - Method in class org.apache.mina.filter.codec.SynchronizedProtocolDecoder
-
Releases all resources related with this decoder.
- dispose(IoSession) - Method in class org.apache.mina.filter.codec.SynchronizedProtocolEncoder
-
Releases all resources related with this encoder.
- dispose(IoSession) - Method in class org.apache.mina.filter.codec.textline.TextLineDecoder
-
Releases all resources related with this decoder.
- dispose() - Method in class org.apache.mina.filter.codec.textline.TextLineEncoder
- dispose(IoSession) - Method in class org.apache.mina.http.HttpClientDecoder
-
- dispose(IoSession) - Method in class org.apache.mina.http.HttpClientEncoder
-
- dispose(IoSession) - Method in class org.apache.mina.http.HttpServerDecoder
-
- dispose(IoSession) - Method in class org.apache.mina.http.HttpServerEncoder
-
- dispose0() - Method in class org.apache.mina.core.polling.AbstractPollingIoAcceptor
-
Implement this method to release any acquired resources.
- dispose0() - Method in class org.apache.mina.core.polling.AbstractPollingIoConnector
-
Implement this method to release any acquired resources.
- dispose0() - Method in class org.apache.mina.core.service.AbstractIoService
-
Implement this method to release any acquired resources.
- dispose0() - Method in class org.apache.mina.proxy.ProxyConnector
-
Implement this method to release any acquired resources.
- dispose0() - Method in class org.apache.mina.transport.serial.SerialConnector
-
- dispose0() - Method in class org.apache.mina.transport.socket.nio.NioDatagramAcceptor
-
Implement this method to release any acquired resources.
- dispose0() - Method in class org.apache.mina.transport.vmpipe.VmPipeAcceptor
-
Implement this method to release any acquired resources.
- dispose0() - Method in class org.apache.mina.transport.vmpipe.VmPipeConnector
-
Implement this method to release any acquired resources.
- 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
-
- doDecode(IoSession, IoBuffer, ProtocolDecoderOutput) - Method in class org.apache.mina.filter.codec.CumulativeProtocolDecoder
-
Implement this method to consume the specified cumulative buffer and
decode its content into message(s).
- doDecode(IoSession, IoBuffer, ProtocolDecoderOutput) - Method in class org.apache.mina.filter.codec.demux.DemuxingProtocolDecoder
-
Implement this method to consume the specified cumulative buffer and
decode its content into message(s).
- doDecode(IoSession, IoBuffer, ProtocolDecoderOutput) - Method in class org.apache.mina.filter.codec.prefixedstring.PrefixedStringDecoder
-
- doDecode(IoSession, IoBuffer, ProtocolDecoderOutput) - Method in class org.apache.mina.filter.codec.serialization.ObjectSerializationDecoder
-
Implement this method to consume the specified cumulative buffer and
decode its content into message(s).
- doDispose() - Method in class org.apache.mina.core.polling.AbstractPollingIoProcessor
-
Dispose the resources used by this
IoProcessor
for polling the
client connections.
- doDispose() - Method in class org.apache.mina.transport.socket.apr.AprIoProcessor
-
Dispose the resources used by this
IoProcessor
for polling the
client connections.
- doDispose() - Method in class org.apache.mina.transport.socket.nio.NioProcessor
-
- doExecute(StateContext, State) - Method in class org.apache.mina.statemachine.transition.AbstractSelfTransition
-
- doExecute(Event) - Method in class org.apache.mina.statemachine.transition.AbstractTransition
-
- doExecute(StateContext, State) - Method in class org.apache.mina.statemachine.transition.MethodSelfTransition
-
- doExecute(Event) - Method in class org.apache.mina.statemachine.transition.MethodTransition
-
- doExecute(Event) - Method in class org.apache.mina.statemachine.transition.NoopTransition
-
- doFilterWrite(IoFilter.NextFilter, IoSession, WriteRequest) - Method in class org.apache.mina.filter.compression.CompressionFilter
-
- doFilterWrite(IoFilter.NextFilter, IoSession, WriteRequest) - Method in class org.apache.mina.filter.util.WriteRequestFilter
-
- doHandshake(IoFilter.NextFilter) - Method in class org.apache.mina.proxy.handlers.http.AbstractAuthLogicHandler
-
Method called at each step of the handshaking process.
- doHandshake(IoFilter.NextFilter) - Method in class org.apache.mina.proxy.handlers.http.basic.HttpBasicAuthLogicHandler
-
Method called at each step of the handshaking process.
- doHandshake(IoFilter.NextFilter) - Method in class org.apache.mina.proxy.handlers.http.basic.HttpNoAuthLogicHandler
-
Method called at each step of the handshaking process.
- doHandshake(IoFilter.NextFilter) - Method in class org.apache.mina.proxy.handlers.http.digest.HttpDigestAuthLogicHandler
-
- doHandshake(IoFilter.NextFilter) - Method in class org.apache.mina.proxy.handlers.http.HttpSmartProxyHandler
-
Performs the handshake processing.
- doHandshake(IoFilter.NextFilter) - Method in class org.apache.mina.proxy.handlers.http.ntlm.HttpNTLMAuthLogicHandler
-
Method called at each step of the handshaking process.
- doHandshake(IoFilter.NextFilter) - Method in class org.apache.mina.proxy.handlers.socks.Socks4LogicHandler
-
Perform the handshake.
- doHandshake(IoFilter.NextFilter) - Method in class org.apache.mina.proxy.handlers.socks.Socks5LogicHandler
-
Performs the handshake process.
- doHandshake(IoFilter.NextFilter) - Method in interface org.apache.mina.proxy.ProxyLogicHandler
-
Called at each step of the handshake procedure.
- DOMAIN_NAME_ADDRESS_TYPE - Static variable in class org.apache.mina.proxy.handlers.socks.SocksProxyConstants
-
- DOMAIN_PROPERTY - Static variable in class org.apache.mina.proxy.handlers.http.HttpProxyConstants
-
The domain name property.
- DONE - Static variable in class org.apache.mina.example.tapedeck.AuthenticationHandler
-
- doSetAll(IoSessionConfig) - Method in class org.apache.mina.core.session.AbstractIoSessionConfig
-
Implement this method to set all transport-specific configuration
properties retrieved from the specified config.
- doSetAll(IoSessionConfig) - Method in class org.apache.mina.transport.socket.AbstractDatagramSessionConfig
-
- doSetAll(IoSessionConfig) - Method in class org.apache.mina.transport.socket.AbstractSocketSessionConfig
-
- DoubleEditor - Class in org.apache.mina.integration.beans
-
- DoubleEditor() - Constructor for class org.apache.mina.integration.beans.DoubleEditor
-
- dropFromEndWhile(String[], String) - Static method in class org.apache.mina.http.ArrayUtil
-
- DummySession - Class in org.apache.mina.core.session
-
A dummy
IoSession
for unit-testing or non-network-use of
the classes that depends on
IoSession
.
- DummySession() - Constructor for class org.apache.mina.core.session.DummySession
-
Creates a new instance.
- duplicate() - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
- duplicate() - Method in class org.apache.mina.core.buffer.IoBuffer
-
- duplicate() - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- duplicate0() - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
-
Implement this method to return the unexpandable duplicate of this
buffer.
- EchoProtocolHandler - Class in org.apache.mina.example.echoserver
-
- 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
-
- element() - Method in class org.apache.mina.util.CircularQueue
-
- element() - Method in class org.apache.mina.util.SynchronizedQueue
-
- EMPTY - Static variable in class org.apache.mina.example.tapedeck.TapeDeckServer
-
- EMPTY_MESSAGE - Static variable in class org.apache.mina.core.write.DefaultWriteRequest
-
An empty message
- 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
-
- encode(IoSession, Object, ProtocolEncoderOutput) - Method in class org.apache.mina.filter.codec.demux.DemuxingProtocolEncoder
-
Encodes higher-level message objects into binary or protocol-specific data.
- encode(IoSession, T, ProtocolEncoderOutput) - Method in interface org.apache.mina.filter.codec.demux.MessageEncoder
-
Encodes higher-level message objects into binary or protocol-specific data.
- encode(IoSession, Object, ProtocolEncoderOutput) - Method in class org.apache.mina.filter.codec.prefixedstring.PrefixedStringEncoder
-
- encode(IoSession, Object, ProtocolEncoderOutput) - Method in interface org.apache.mina.filter.codec.ProtocolEncoder
-
Encodes higher-level message objects into binary or protocol-specific data.
- encode(IoSession, Object, ProtocolEncoderOutput) - Method in class org.apache.mina.filter.codec.serialization.ObjectSerializationEncoder
-
Encodes higher-level message objects into binary or protocol-specific data.
- encode(IoSession, Object, ProtocolEncoderOutput) - Method in class org.apache.mina.filter.codec.SynchronizedProtocolEncoder
-
Encodes higher-level message objects into binary or protocol-specific data.
- encode(IoSession, Object, ProtocolEncoderOutput) - Method in class org.apache.mina.filter.codec.textline.TextLineEncoder
-
Encodes higher-level message objects into binary or protocol-specific data.
- encode(IoSession, Object, ProtocolEncoderOutput) - Method in class org.apache.mina.http.HttpClientEncoder
-
- encode(IoSession, Object, ProtocolEncoderOutput) - Method in class org.apache.mina.http.HttpServerEncoder
-
- encode(Object) - Method in class org.apache.mina.util.Base64
-
Encodes an Object using the base64 algorithm.
- encode(byte[]) - Method in class org.apache.mina.util.Base64
-
Encodes a byte[] containing binary data, into a byte[] containing
characters in the Base64 alphabet.
- encodeBase64(byte[]) - Static method in class org.apache.mina.util.Base64
-
Encodes binary data using the base64 algorithm but
does not chunk the output.
- encodeBase64(byte[], boolean) - Static method in class org.apache.mina.util.Base64
-
Encodes binary data using the base64 algorithm, optionally
chunking the output into 76 character blocks.
- encodeBase64Chunked(byte[]) - Static method in class org.apache.mina.util.Base64
-
Encodes binary data using the base64 algorithm and chunks
the encoded output into 76 character blocks
- 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
-
- encodeString(String, boolean) - Static method in class org.apache.mina.proxy.utils.ByteUtilities
-
Encodes the string to a byte array using UTF-16LE or the ASCII charset
in function of the useUnicode
argument.
- enqueueEventIfNecessary(IoSessionEvent) - Method in class org.apache.mina.proxy.event.IoSessionEventQueue
-
Event is enqueued only if necessary :
- socks proxies do not need the reconnection feature so events are always
forwarded for these.
- enqueueWriteRequest(IoFilter.NextFilter, WriteRequest) - Method in class org.apache.mina.proxy.AbstractProxyLogicHandler
-
Enqueue a message to be written once handshaking is complete.
- enqueueWriteRequest(IoFilter.NextFilter, WriteRequest) - Method in interface org.apache.mina.proxy.ProxyLogicHandler
-
Enqueue a message to be written once handshaking is complete.
- enteredFirstComponent(int, ByteArray) - Method in interface org.apache.mina.util.byteaccess.CompositeByteArray.CursorListener
-
Called when the first component in the composite is entered by the cursor.
- enteredLastComponent(int, ByteArray) - Method in interface org.apache.mina.util.byteaccess.CompositeByteArray.CursorListener
-
Called when the last component in the composite is entered by the cursor.
- enteredNextComponent(int, ByteArray) - Method in interface org.apache.mina.util.byteaccess.CompositeByteArray.CursorListener
-
Called when the next component in the composite is entered by the cursor.
- enteredPreviousComponent(int, ByteArray) - Method in interface org.apache.mina.util.byteaccess.CompositeByteArray.CursorListener
-
Called when the previous component in the composite is entered by the cursor.
- entrySet() - Method in class org.apache.mina.util.CopyOnWriteMap
-
This method will return a read-only
Set
.
- entrySet() - Method in class org.apache.mina.util.ExpiringMap
-
- entrySet() - Method in class org.apache.mina.util.LazyInitializedCacheMap
-
- EnumEditor - Class in org.apache.mina.integration.beans
-
- EnumEditor(Class) - Constructor for class org.apache.mina.integration.beans.EnumEditor
-
- equals(Object) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
- equals(Object) - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- equals(Object) - Method in class org.apache.mina.core.session.AbstractIoSession
-
TODO This is a ridiculous implementation.
- equals(Object) - Method in class org.apache.mina.core.session.AttributeKey
-
- equals(Object) - Method in class org.apache.mina.example.haiku.Haiku
-
- equals(Object) - Method in class org.apache.mina.filter.codec.textline.LineDelimiter
- equals(Object) - Method in class org.apache.mina.filter.firewall.Subnet
-
- equals(Object) - Method in class org.apache.mina.statemachine.State
- equals(Object) - Method in class org.apache.mina.statemachine.transition.AbstractTransition
-
- equals(Object) - Method in class org.apache.mina.statemachine.transition.MethodTransition
-
- equals(Object) - Method in class org.apache.mina.transport.vmpipe.VmPipeAddress
- equals(Object) - Method in interface org.apache.mina.util.byteaccess.ByteArray
-
A ByteArray is equal to another ByteArray if they start and end at the
same index, have the same byte order, and contain the same bytes at each
index.
- equals(Object) - Method in class org.apache.mina.util.ExpiringMap
-
- equals(Object) - Method in class org.apache.mina.util.SynchronizedQueue
-
- 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
-
- ErrorGeneratingFilter - Class in org.apache.mina.filter.errorgenerating
-
An
IoFilter
implementation generating random bytes and PDU modification in
your communication streams.
- ErrorGeneratingFilter() - Constructor for class org.apache.mina.filter.errorgenerating.ErrorGeneratingFilter
-
- errorWaitingForPassword(IoSession, Command) - Method in class org.apache.mina.example.tapedeck.AuthenticationHandler
-
- errorWaitingForUser(IoSession, Command) - Method in class org.apache.mina.example.tapedeck.AuthenticationHandler
-
- escapeTags(String) - Static method in class org.apache.mina.util.Transform
-
This method takes a string which may contain HTML tags (ie,
<b>, <table>, etc) and replaces any
'<', '>' , '&' or '"'
characters with respective predefined entity references.
- ESTABLISH_TCPIP_BIND - Static variable in class org.apache.mina.proxy.handlers.socks.SocksProxyConstants
-
- ESTABLISH_TCPIP_STREAM - Static variable in class org.apache.mina.proxy.handlers.socks.SocksProxyConstants
-
Command codes.
- ESTABLISH_UDP_ASSOCIATE - Static variable in class org.apache.mina.proxy.handlers.socks.SocksProxyConstants
-
- estimateSize(IoEvent) - Method in class org.apache.mina.filter.executor.DefaultIoEventSizeEstimator
-
Estimate the IoEvent size in number of bytes
- estimateSize(Object) - Method in class org.apache.mina.filter.executor.DefaultIoEventSizeEstimator
-
Estimate the size of an Object in number of bytes
- estimateSize(IoEvent) - Method in interface org.apache.mina.filter.executor.IoEventSizeEstimator
-
Estimate the IoEvent size in number of bytes
- Event - Class in org.apache.mina.statemachine.event
-
Represents an event which typically corresponds to a method call on a proxy.
- Event(Object, StateContext) - Constructor for class org.apache.mina.statemachine.event.Event
-
Creates a new
Event
with the specified id and no arguments.
- Event(Object, StateContext, Object[]) - Constructor for class org.apache.mina.statemachine.event.Event
-
Creates a new
Event
with the specified id and arguments.
- EventArgumentsInterceptor - Interface in org.apache.mina.statemachine.event
-
Intercepts the
Event
arguments before the
Event
is passed
to the
StateMachine
and allows for the arguments to be modified.
- EventFactory - Interface in org.apache.mina.statemachine.event
-
- EXCEPTION - Static variable in interface org.apache.mina.filter.keepalive.KeepAliveRequestTimeoutHandler
-
- exceptionCaught(IoFilter.NextFilter, IoSession, Throwable) - Method in interface org.apache.mina.core.filterchain.IoFilter
-
- exceptionCaught(IoSession, Throwable) - Method in interface org.apache.mina.core.filterchain.IoFilter.NextFilter
-
Forwards exceptionCaught event to next filter.
- exceptionCaught(IoFilter.NextFilter, IoSession, Throwable) - Method in class org.apache.mina.core.filterchain.IoFilterAdapter
-
- exceptionCaught(IoSession, Throwable) - Method in interface org.apache.mina.core.service.IoHandler
-
Invoked when any exception is thrown by user
IoHandler
implementation or by MINA.
- exceptionCaught(IoSession, Throwable) - Method in class org.apache.mina.core.service.IoHandlerAdapter
-
Invoked when any exception is thrown by user
IoHandler
implementation or by MINA.
- 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.tcp.perf.TcpClient
-
Invoked when any exception is thrown by user
IoHandler
implementation or by MINA.
- exceptionCaught(IoSession, Throwable) - Method in class org.apache.mina.example.tcp.perf.TcpServer
-
Invoked when any exception is thrown by user
IoHandler
implementation or by MINA.
- exceptionCaught(IoSession, Throwable) - Method in class org.apache.mina.example.tcp.perf.TcpSslClient
-
Invoked when any exception is thrown by user
IoHandler
implementation or by MINA.
- exceptionCaught(IoSession, Throwable) - Method in class org.apache.mina.example.tcp.perf.TcpSslServer
-
Invoked when any exception is thrown by user
IoHandler
implementation or by MINA.
- 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
-
- exceptionCaught(IoSession, Throwable) - Method in class org.apache.mina.example.udp.perf.UdpClient
-
Invoked when any exception is thrown by user
IoHandler
implementation or by MINA.
- exceptionCaught(IoSession, Throwable) - Method in class org.apache.mina.example.udp.perf.UdpServer
-
Invoked when any exception is thrown by user
IoHandler
implementation or by MINA.
- exceptionCaught(IoFilter.NextFilter, IoSession, Throwable) - Method in class org.apache.mina.filter.buffer.BufferedWriteFilter
-
- exceptionCaught(IoFilter.NextFilter, IoSession, Throwable) - Method in class org.apache.mina.filter.executor.ExecutorFilter
-
- exceptionCaught(IoFilter.NextFilter, IoSession, Throwable) - Method in class org.apache.mina.filter.logging.LoggingFilter
-
- exceptionCaught(IoFilter.NextFilter, IoSession, Throwable) - Method in class org.apache.mina.filter.ssl.SslFilter
-
- exceptionCaught(IoFilter.NextFilter, IoSession, Throwable) - Method in class org.apache.mina.filter.util.CommonEventFilter
-
- exceptionCaught(IoFilter.NextFilter, IoSession, Throwable) - Method in class org.apache.mina.filter.util.ReferenceCountingFilter
-
- exceptionCaught(IoSession, Throwable) - Method in class org.apache.mina.handler.demux.DemuxingIoHandler
-
Invoked when any exception is thrown by user IoHandler implementation
or by MINA.
- exceptionCaught(IoSession, E) - Method in interface org.apache.mina.handler.demux.ExceptionHandler
-
Invoked when the specific type of exception is caught from the
specified session
.
- exceptionCaught(Throwable) - Method in interface org.apache.mina.handler.multiton.SingleSessionIoHandler
-
Deprecated.
Invoked when any exception is thrown by user
IoHandler
implementation or by MINA.
- exceptionCaught(Throwable) - Method in class org.apache.mina.handler.multiton.SingleSessionIoHandlerAdapter
-
Deprecated.
- exceptionCaught(IoSession, Throwable) - Method in class org.apache.mina.handler.multiton.SingleSessionIoHandlerDelegate
-
Deprecated.
- exceptionCaught(IoSession, Throwable) - Method in class org.apache.mina.handler.stream.StreamIoHandler
-
Forwards caught exceptions to input stream.
- exceptionCaught(IoFilter.NextFilter, IoSession, Throwable) - Method in class org.apache.mina.proxy.filter.ProxyFilter
-
Called when an exception occurs in the chain.
- exceptionCaught(Throwable) - Method in class org.apache.mina.util.DefaultExceptionMonitor
-
Invoked when there are any uncaught exceptions.
- exceptionCaught(Throwable) - Method in class org.apache.mina.util.ExceptionMonitor
-
Invoked when there are any uncaught exceptions.
- ExceptionHandler<E extends Throwable> - Interface in org.apache.mina.handler.demux
-
- ExceptionMonitor - Class in org.apache.mina.util
-
Monitors uncaught exceptions.
- ExceptionMonitor() - Constructor for class org.apache.mina.util.ExceptionMonitor
-
- execute(Runnable) - Method in class org.apache.mina.filter.executor.OrderedThreadPoolExecutor
- execute(Runnable) - Method in class org.apache.mina.filter.executor.UnorderedThreadPoolExecutor
-
- execute(IoHandlerCommand.NextCommand, IoSession, Object) - Method in class org.apache.mina.handler.chain.IoHandlerChain
-
- execute(IoHandlerCommand.NextCommand, IoSession, Object) - Method in interface org.apache.mina.handler.chain.IoHandlerCommand
-
Execute a unit of processing work to be performed.
- execute(IoSession, Object) - Method in interface org.apache.mina.handler.chain.IoHandlerCommand.NextCommand
-
- execute(Runnable) - Method in class org.apache.mina.integration.xbean.StandardThreadPool
-
- execute(StateContext, State) - Method in class org.apache.mina.statemachine.transition.AbstractSelfTransition
-
- execute(Event) - Method in class org.apache.mina.statemachine.transition.AbstractTransition
-
- execute(StateContext, State) - Method in interface org.apache.mina.statemachine.transition.SelfTransition
-
- execute(Event) - Method in interface org.apache.mina.statemachine.transition.Transition
-
- executeWorker(Runnable) - Method in class org.apache.mina.core.service.AbstractIoService
-
- executeWorker(Runnable, String) - Method in class org.apache.mina.core.service.AbstractIoService
-
- ExecutorFilter - Class in org.apache.mina.filter.executor
-
A filter that forwards I/O events to
Executor
to enforce a certain
thread model while allowing the events per session to be processed
simultaneously.
- ExecutorFilter() - Constructor for class org.apache.mina.filter.executor.ExecutorFilter
-
(Convenience constructor) Creates a new instance with a new
OrderedThreadPoolExecutor
, no thread in the pool, and a
maximum of 16 threads in the pool.
- ExecutorFilter(int) - Constructor for class org.apache.mina.filter.executor.ExecutorFilter
-
(Convenience constructor) Creates a new instance with a new
OrderedThreadPoolExecutor
, no thread in the pool, but
a maximum of threads in the pool is given.
- ExecutorFilter(int, int) - Constructor for class org.apache.mina.filter.executor.ExecutorFilter
-
(Convenience constructor) Creates a new instance with a new
OrderedThreadPoolExecutor
, a number of thread to start with, a
maximum of threads the pool can contain.
- ExecutorFilter(int, int, long, TimeUnit) - Constructor for class org.apache.mina.filter.executor.ExecutorFilter
-
- ExecutorFilter(int, int, long, TimeUnit, IoEventQueueHandler) - Constructor for class org.apache.mina.filter.executor.ExecutorFilter
-
- ExecutorFilter(int, int, long, TimeUnit, ThreadFactory) - Constructor for class org.apache.mina.filter.executor.ExecutorFilter
-
- ExecutorFilter(int, int, long, TimeUnit, ThreadFactory, IoEventQueueHandler) - Constructor for class org.apache.mina.filter.executor.ExecutorFilter
-
- ExecutorFilter(IoEventType...) - Constructor for class org.apache.mina.filter.executor.ExecutorFilter
-
- ExecutorFilter(int, IoEventType...) - Constructor for class org.apache.mina.filter.executor.ExecutorFilter
-
- ExecutorFilter(int, int, IoEventType...) - Constructor for class org.apache.mina.filter.executor.ExecutorFilter
-
- ExecutorFilter(int, int, long, TimeUnit, IoEventType...) - Constructor for class org.apache.mina.filter.executor.ExecutorFilter
-
- ExecutorFilter(int, int, long, TimeUnit, IoEventQueueHandler, IoEventType...) - Constructor for class org.apache.mina.filter.executor.ExecutorFilter
-
- ExecutorFilter(int, int, long, TimeUnit, ThreadFactory, IoEventType...) - Constructor for class org.apache.mina.filter.executor.ExecutorFilter
-
- ExecutorFilter(int, int, long, TimeUnit, ThreadFactory, IoEventQueueHandler, IoEventType...) - Constructor for class org.apache.mina.filter.executor.ExecutorFilter
-
- ExecutorFilter(Executor) - Constructor for class org.apache.mina.filter.executor.ExecutorFilter
-
Creates a new instance with the specified
Executor
.
- ExecutorFilter(Executor, IoEventType...) - Constructor for class org.apache.mina.filter.executor.ExecutorFilter
-
Creates a new instance with the specified
Executor
.
- expand(int) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
-
Changes the capacity and limit of this buffer so this buffer get the
specified expectedRemaining room from the current position.
- expand(int, int) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
-
Changes the capacity and limit of this buffer so this buffer get the
specified expectedRemaining room from the specified
position.
- expand(int) - Method in class org.apache.mina.core.buffer.IoBuffer
-
Changes the capacity and limit of this buffer so this buffer get the
specified expectedRemaining room from the current position.
- expand(int, int) - Method in class org.apache.mina.core.buffer.IoBuffer
-
Changes the capacity and limit of this buffer so this buffer get the
specified expectedRemaining room from the specified
position.
- expand(int, int) - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- expand(int) - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- expand(CompositeByteArray, int) - Method in class org.apache.mina.util.byteaccess.CompositeByteArrayRelativeWriter.ChunkedExpander
-
- expand(CompositeByteArray, int) - Method in interface org.apache.mina.util.byteaccess.CompositeByteArrayRelativeWriter.Expander
-
- expand(CompositeByteArray, int) - Method in class org.apache.mina.util.byteaccess.CompositeByteArrayRelativeWriter.NopExpander
-
- ExpirationListener<E> - Interface in org.apache.mina.util
-
A listener for expired object events.
- expired(E) - Method in interface org.apache.mina.util.ExpirationListener
-
- ExpiringMap<K,V> - Class in org.apache.mina.util
-
A map with expiration.
- ExpiringMap() - Constructor for class org.apache.mina.util.ExpiringMap
-
Creates a new instance of ExpiringMap using the default values
DEFAULT_TIME_TO_LIVE and DEFAULT_EXPIRATION_INTERVAL
- ExpiringMap(int) - Constructor for class org.apache.mina.util.ExpiringMap
-
Creates a new instance of ExpiringMap using the supplied
time-to-live value and the default value for DEFAULT_EXPIRATION_INTERVAL
- ExpiringMap(int, int) - Constructor for class org.apache.mina.util.ExpiringMap
-
Creates a new instance of ExpiringMap using the supplied values and
a
ConcurrentHashMap
for the internal data structure.
- ExpiringMap.Expirer - Class in org.apache.mina.util
-
A Thread that monitors an
ExpiringMap
and will remove
elements that have passed the threshold.
- ExpiringMap.Expirer() - Constructor for class org.apache.mina.util.ExpiringMap.Expirer
-
Creates a new instance of Expirer.
- ExpiringSessionRecycler - Class in org.apache.mina.core.session
-
- ExpiringSessionRecycler() - Constructor for class org.apache.mina.core.session.ExpiringSessionRecycler
-
- ExpiringSessionRecycler(int) - Constructor for class org.apache.mina.core.session.ExpiringSessionRecycler
-
- ExpiringSessionRecycler(int, int) - Constructor for class org.apache.mina.core.session.ExpiringSessionRecycler
-
- extractChallengeFromType2Message(byte[]) - Static method in class org.apache.mina.proxy.handlers.http.ntlm.NTLMUtilities
-
Extracts the NTLM challenge from the type 2 message as an 8 byte array.
- extractFlagsFromType2Message(byte[]) - Static method in class org.apache.mina.proxy.handlers.http.ntlm.NTLMUtilities
-
Extracts the NTLM flags from the type 2 message.
- extractTargetInfoFromType2Message(byte[], Integer) - Static method in class org.apache.mina.proxy.handlers.http.ntlm.NTLMUtilities
-
Extracts the target information block from the type 2 message.
- extractTargetNameFromType2Message(byte[], Integer) - Static method in class org.apache.mina.proxy.handlers.http.ntlm.NTLMUtilities
-
Extracts the target name from the type 2 message.
- FAILED - Static variable in class org.apache.mina.example.tapedeck.AuthenticationHandler
-
- FAKE_IP - Static variable in class org.apache.mina.proxy.handlers.socks.SocksProxyConstants
-
Invalid IP used in SOCKS 4a protocol to specify that the
client can't resolve the destination host's domain name.
- FileEditor - Class in org.apache.mina.integration.beans
-
- FileEditor() - Constructor for class org.apache.mina.integration.beans.FileEditor
-
- FilenameFileRegion - Class in org.apache.mina.core.file
-
TODO Add documentation
- FilenameFileRegion(File, FileChannel) - Constructor for class org.apache.mina.core.file.FilenameFileRegion
-
- FilenameFileRegion(File, FileChannel, long, long) - Constructor for class org.apache.mina.core.file.FilenameFileRegion
-
- FileRegion - Interface in org.apache.mina.core.file
-
Indicates the region of a file to be sent to the remote host.
- FileRegionWriteFilter - Class in org.apache.mina.filter.stream
-
Filter implementation that converts a
FileRegion
to
IoBuffer
objects and writes those buffers to the next filter.
- FileRegionWriteFilter() - Constructor for class org.apache.mina.filter.stream.FileRegionWriteFilter
-
- fill(byte, int) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
-
Fills this buffer with the specified value.
- fill(int) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
-
Fills this buffer with NUL (0x00)
.
- fill(byte, int) - Method in class org.apache.mina.core.buffer.IoBuffer
-
Fills this buffer with the specified value.
- fill(int) - Method in class org.apache.mina.core.buffer.IoBuffer
-
Fills this buffer with NUL (0x00)
.
- fill(byte, int) - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- fill(int) - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- fillAndReset(byte, int) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
-
Fills this buffer with the specified value.
- fillAndReset(int) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
-
Fills this buffer with NUL (0x00)
.
- fillAndReset(byte, int) - Method in class org.apache.mina.core.buffer.IoBuffer
-
Fills this buffer with the specified value.
- fillAndReset(int) - Method in class org.apache.mina.core.buffer.IoBuffer
-
Fills this buffer with NUL (0x00)
.
- fillAndReset(byte, int) - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- fillAndReset(int) - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- fillContext(IoSession, Map<String, String>) - Method in class org.apache.mina.filter.logging.MdcInjectionFilter
-
write key properties of the session to the Mapped Diagnostic Context
sub-classes could override this method to map more/other attributes
- filter(IoFilterEvent) - Method in class org.apache.mina.filter.logging.MdcInjectionFilter
-
- filter(IoFilterEvent) - Method in class org.apache.mina.filter.util.CommonEventFilter
-
- filterClose(IoFilter.NextFilter, IoSession) - Method in interface org.apache.mina.core.filterchain.IoFilter
-
- filterClose(IoSession) - Method in interface org.apache.mina.core.filterchain.IoFilter.NextFilter
-
Forwards filterClose event to next filter.
- filterClose(IoFilter.NextFilter, IoSession) - Method in class org.apache.mina.core.filterchain.IoFilterAdapter
-
- filterClose(IoFilter.NextFilter, IoSession) - Method in class org.apache.mina.example.tapedeck.AuthenticationHandler
-
- filterClose(IoFilter.NextFilter, IoSession) - Method in class org.apache.mina.filter.executor.ExecutorFilter
-
- filterClose(IoFilter.NextFilter, IoSession) - Method in class org.apache.mina.filter.ssl.SslFilter
-
- filterClose(IoFilter.NextFilter, IoSession) - Method in class org.apache.mina.filter.util.CommonEventFilter
-
- filterClose(IoFilter.NextFilter, IoSession) - Method in class org.apache.mina.filter.util.ReferenceCountingFilter
-
- filterWrite(IoFilter.NextFilter, IoSession, WriteRequest) - Method in interface org.apache.mina.core.filterchain.IoFilter
-
- filterWrite(IoSession, WriteRequest) - Method in interface org.apache.mina.core.filterchain.IoFilter.NextFilter
-
Forwards filterWrite event to next filter.
- filterWrite(IoFilter.NextFilter, IoSession, WriteRequest) - Method in class org.apache.mina.core.filterchain.IoFilterAdapter
-
- filterWrite(IoFilter.NextFilter, IoSession, WriteRequest) - Method in class org.apache.mina.example.tapedeck.AuthenticationHandler
-
- filterWrite(IoFilter.NextFilter, IoSession, WriteRequest) - Method in class org.apache.mina.filter.buffer.BufferedWriteFilter
-
- filterWrite(IoFilter.NextFilter, IoSession, WriteRequest) - Method in class org.apache.mina.filter.codec.ProtocolCodecFilter
-
- filterWrite(IoFilter.NextFilter, IoSession, WriteRequest) - Method in class org.apache.mina.filter.errorgenerating.ErrorGeneratingFilter
-
- filterWrite(IoFilter.NextFilter, IoSession, WriteRequest) - Method in class org.apache.mina.filter.executor.ExecutorFilter
-
- filterWrite(IoFilter.NextFilter, IoSession, WriteRequest) - Method in class org.apache.mina.filter.executor.WriteRequestFilter
-
- filterWrite(IoFilter.NextFilter, IoSession, WriteRequest) - Method in class org.apache.mina.filter.ssl.SslFilter
-
- filterWrite(IoFilter.NextFilter, IoSession, WriteRequest) - Method in class org.apache.mina.filter.stream.AbstractStreamWriteFilter
-
- filterWrite(IoFilter.NextFilter, IoSession, WriteRequest) - Method in class org.apache.mina.filter.util.CommonEventFilter
-
- filterWrite(IoFilter.NextFilter, IoSession, WriteRequest) - Method in class org.apache.mina.filter.util.ReferenceCountingFilter
-
- filterWrite(IoFilter.NextFilter, IoSession, WriteRequest) - Method in class org.apache.mina.filter.util.WriteRequestFilter
-
- filterWrite(IoFilter.NextFilter, IoSession, WriteRequest) - Method in class org.apache.mina.proxy.filter.ProxyFilter
-
Filters outgoing writes, queueing them up if necessary while a handshake
is ongoing.
- find(Iterable<IoSession>) - Method in class org.apache.mina.integration.ognl.IoSessionFinder
-
Finds a
Set
of
IoSession
s that matches the query
from the specified sessions and returns the matches.
- findEncoder(DemuxingProtocolEncoder.State, Class<?>) - Method in class org.apache.mina.filter.codec.demux.DemuxingProtocolEncoder
-
- findExceptionHandler(Class<? extends Throwable>) - Method in class org.apache.mina.handler.demux.DemuxingIoHandler
-
- findReceivedMessageHandler(Class<?>) - Method in class org.apache.mina.handler.demux.DemuxingIoHandler
-
- findSentMessageHandler(Class<?>) - Method in class org.apache.mina.handler.demux.DemuxingIoHandler
-
- finishConnect(H) - Method in class org.apache.mina.core.polling.AbstractPollingIoConnector
-
- finishConnect(Long) - Method in class org.apache.mina.transport.socket.apr.AprSocketConnector
-
- finishConnect(DatagramChannel) - Method in class org.apache.mina.transport.socket.nio.NioDatagramConnector
-
- finishConnect(SocketChannel) - Method in class org.apache.mina.transport.socket.nio.NioSocketConnector
-
- 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
-
- finishDecode(IoSession, ProtocolDecoderOutput) - Method in class org.apache.mina.filter.codec.demux.DemuxingProtocolDecoder
-
Override this method to deal with the closed connection.
- finishDecode(IoSession, ProtocolDecoderOutput) - Method in interface org.apache.mina.filter.codec.demux.MessageDecoder
-
Invoked when the specified session is closed while this decoder was
parsing the data.
- finishDecode(IoSession, ProtocolDecoderOutput) - Method in class org.apache.mina.filter.codec.demux.MessageDecoderAdapter
-
Override this method to deal with the closed connection.
- finishDecode(IoSession, ProtocolDecoderOutput) - Method in interface org.apache.mina.filter.codec.ProtocolDecoder
-
Invoked when the specified session is closed.
- finishDecode(IoSession, ProtocolDecoderOutput) - Method in class org.apache.mina.filter.codec.ProtocolDecoderAdapter
-
Override this method to deal with the closed connection.
- finishDecode(ProtocolDecoderOutput) - Method in class org.apache.mina.filter.codec.statemachine.ConsumeToCrLfDecodingState
-
Invoked when the associated
IoSession
is closed.
- finishDecode(IoBuffer, ProtocolDecoderOutput) - Method in class org.apache.mina.filter.codec.statemachine.ConsumeToCrLfDecodingState
-
Invoked when this state has reached a CRLF
.
- finishDecode(ProtocolDecoderOutput) - Method in class org.apache.mina.filter.codec.statemachine.ConsumeToDynamicTerminatorDecodingState
-
Invoked when the associated
IoSession
is closed.
- finishDecode(IoBuffer, ProtocolDecoderOutput) - Method in class org.apache.mina.filter.codec.statemachine.ConsumeToDynamicTerminatorDecodingState
-
Invoked when this state has reached the terminator byte.
- finishDecode(ProtocolDecoderOutput) - Method in class org.apache.mina.filter.codec.statemachine.ConsumeToEndOfSessionDecodingState
-
Invoked when the associated
IoSession
is closed.
- finishDecode(IoBuffer, ProtocolDecoderOutput) - Method in class org.apache.mina.filter.codec.statemachine.ConsumeToEndOfSessionDecodingState
-
Invoked when this state has consumed all bytes until the session is
closed.
- finishDecode(ProtocolDecoderOutput) - Method in class org.apache.mina.filter.codec.statemachine.ConsumeToTerminatorDecodingState
-
Invoked when the associated
IoSession
is closed.
- finishDecode(IoBuffer, ProtocolDecoderOutput) - Method in class org.apache.mina.filter.codec.statemachine.ConsumeToTerminatorDecodingState
-
Invoked when this state has reached the terminator byte.
- finishDecode(ProtocolDecoderOutput) - Method in class org.apache.mina.filter.codec.statemachine.CrLfDecodingState
-
Invoked when the associated
IoSession
is closed.
- finishDecode(boolean, ProtocolDecoderOutput) - Method in class org.apache.mina.filter.codec.statemachine.CrLfDecodingState
-
Invoked when this state has found a CRLF
.
- finishDecode(ProtocolDecoderOutput) - Method in interface org.apache.mina.filter.codec.statemachine.DecodingState
-
Invoked when the associated
IoSession
is closed.
- finishDecode(List<Object>, ProtocolDecoderOutput) - Method in class org.apache.mina.filter.codec.statemachine.DecodingStateMachine
-
Called once the state machine has reached its end.
- finishDecode(ProtocolDecoderOutput) - Method in class org.apache.mina.filter.codec.statemachine.DecodingStateMachine
-
Invoked when the associated
IoSession
is closed.
- finishDecode(IoSession, ProtocolDecoderOutput) - Method in class org.apache.mina.filter.codec.statemachine.DecodingStateProtocolDecoder
-
Invoked when the specified session is closed.
- finishDecode(ProtocolDecoderOutput) - Method in class org.apache.mina.filter.codec.statemachine.FixedLengthDecodingState
-
Invoked when the associated
IoSession
is closed.
- finishDecode(IoBuffer, ProtocolDecoderOutput) - Method in class org.apache.mina.filter.codec.statemachine.FixedLengthDecodingState
-
Invoked when this state has consumed the configured number of bytes.
- finishDecode(ProtocolDecoderOutput) - Method in class org.apache.mina.filter.codec.statemachine.IntegerDecodingState
-
Invoked when the associated
IoSession
is closed.
- finishDecode(int, ProtocolDecoderOutput) - Method in class org.apache.mina.filter.codec.statemachine.IntegerDecodingState
-
Invoked when this state has consumed a complete int
.
- finishDecode(ProtocolDecoderOutput) - Method in class org.apache.mina.filter.codec.statemachine.ShortIntegerDecodingState
-
Invoked when the associated
IoSession
is closed.
- finishDecode(short, ProtocolDecoderOutput) - Method in class org.apache.mina.filter.codec.statemachine.ShortIntegerDecodingState
-
Invoked when this state has consumed a complete short
.
- finishDecode(ProtocolDecoderOutput) - Method in class org.apache.mina.filter.codec.statemachine.SingleByteDecodingState
-
Invoked when the associated
IoSession
is closed.
- finishDecode(byte, ProtocolDecoderOutput) - Method in class org.apache.mina.filter.codec.statemachine.SingleByteDecodingState
-
Invoked when this state has consumed a complete byte
.
- finishDecode(ProtocolDecoderOutput) - Method in class org.apache.mina.filter.codec.statemachine.SkippingState
-
Invoked when the associated
IoSession
is closed.
- finishDecode(int) - Method in class org.apache.mina.filter.codec.statemachine.SkippingState
-
Invoked when this state cannot skip any more bytes.
- finishDecode(IoSession, ProtocolDecoderOutput) - Method in class org.apache.mina.filter.codec.SynchronizedProtocolDecoder
-
Invoked when the specified session is closed.
- finishDecode(IoSession, ProtocolDecoderOutput) - Method in class org.apache.mina.filter.codec.textline.TextLineDecoder
-
Invoked when the specified session is closed.
- finishDecode(IoSession, ProtocolDecoderOutput) - Method in class org.apache.mina.http.HttpClientDecoder
-
- finishDecode(IoSession, ProtocolDecoderOutput) - Method in class org.apache.mina.http.HttpServerDecoder
-
- finishSessionInitialization0(IoSession, IoFuture) - Method in class org.apache.mina.core.service.AbstractIoConnector
-
Adds required internal attributes and
IoFutureListener
s
related with event notifications to the specified
session
and
future
.
- finishSessionInitialization0(IoSession, IoFuture) - Method in class org.apache.mina.core.service.AbstractIoService
-
Implement this method to perform additional tasks required for session
initialization.
- fire() - Method in class org.apache.mina.core.filterchain.IoFilterEvent
-
- fire() - Method in class org.apache.mina.core.session.IoEvent
-
- fireConnected(IoSession) - Method in class org.apache.mina.proxy.ProxyConnector
-
Fires the connection event on the real future to notify the client.
- fireEvent(IoFilterEvent) - Method in class org.apache.mina.filter.executor.ExecutorFilter
-
Fires the specified event through the underlying executor.
- fireExceptionCaught(Throwable) - Method in class org.apache.mina.core.filterchain.DefaultIoFilterChain
-
- fireExceptionCaught(Throwable) - Method in interface org.apache.mina.core.filterchain.IoFilterChain
-
- fireFilterClose() - Method in class org.apache.mina.core.filterchain.DefaultIoFilterChain
-
- fireFilterClose() - Method in interface org.apache.mina.core.filterchain.IoFilterChain
-
- fireFilterWrite(WriteRequest) - Method in class org.apache.mina.core.filterchain.DefaultIoFilterChain
-
- fireFilterWrite(WriteRequest) - Method in interface org.apache.mina.core.filterchain.IoFilterChain
-
- fireInputClosed() - Method in class org.apache.mina.core.filterchain.DefaultIoFilterChain
-
- fireInputClosed() - Method in interface org.apache.mina.core.filterchain.IoFilterChain
-
- fireMessageReceived(Object) - Method in class org.apache.mina.core.filterchain.DefaultIoFilterChain
-
- fireMessageReceived(Object) - Method in interface org.apache.mina.core.filterchain.IoFilterChain
-
- fireMessageSent(WriteRequest) - Method in class org.apache.mina.core.filterchain.DefaultIoFilterChain
-
- fireMessageSent(WriteRequest) - Method in interface org.apache.mina.core.filterchain.IoFilterChain
-
- fireServiceActivated() - Method in class org.apache.mina.core.service.IoServiceListenerSupport
-
- fireServiceDeactivated() - Method in class org.apache.mina.core.service.IoServiceListenerSupport
-
- fireSessionClosed() - Method in class org.apache.mina.core.filterchain.DefaultIoFilterChain
-
- fireSessionClosed() - Method in interface org.apache.mina.core.filterchain.IoFilterChain
-
- fireSessionCreated() - Method in class org.apache.mina.core.filterchain.DefaultIoFilterChain
-
- fireSessionCreated() - Method in interface org.apache.mina.core.filterchain.IoFilterChain
-
- fireSessionCreated(IoSession) - Method in class org.apache.mina.core.service.IoServiceListenerSupport
-
- fireSessionDestroyed(IoSession) - Method in class org.apache.mina.core.service.IoServiceListenerSupport
-
- fireSessionIdle(IdleStatus) - Method in class org.apache.mina.core.filterchain.DefaultIoFilterChain
-
- fireSessionIdle(IdleStatus) - Method in interface org.apache.mina.core.filterchain.IoFilterChain
-
- fireSessionOpened() - Method in class org.apache.mina.core.filterchain.DefaultIoFilterChain
-
- fireSessionOpened() - Method in interface org.apache.mina.core.filterchain.IoFilterChain
-
- first() - Method in class org.apache.mina.util.byteaccess.BufferByteArray
- first() - Method in interface org.apache.mina.util.byteaccess.ByteArray
- first() - Method in class org.apache.mina.util.byteaccess.CompositeByteArray
- first() - Method in interface org.apache.mina.util.byteaccess.IoAbsoluteReader
-
- first() - Method in interface org.apache.mina.util.byteaccess.IoAbsoluteWriter
-
- FixedLengthDecodingState - Class in org.apache.mina.filter.codec.statemachine
-
DecodingState
which consumes all received bytes until a configured
number of read bytes has been reached.
- FixedLengthDecodingState(int) - Constructor for class org.apache.mina.filter.codec.statemachine.FixedLengthDecodingState
-
Constructs a new instance using the specified decode length.
- FLAG_NEGOTIATE_128_BIT_ENCRYPTION - Static variable in interface org.apache.mina.proxy.handlers.http.ntlm.NTLMConstants
-
- FLAG_NEGOTIATE_56_BIT_ENCRYPTION - Static variable in interface org.apache.mina.proxy.handlers.http.ntlm.NTLMConstants
-
- FLAG_NEGOTIATE_ALWAYS_SIGN - Static variable in interface org.apache.mina.proxy.handlers.http.ntlm.NTLMConstants
-
- FLAG_NEGOTIATE_ANONYMOUS - Static variable in interface org.apache.mina.proxy.handlers.http.ntlm.NTLMConstants
-
- FLAG_NEGOTIATE_DATAGRAM_STYLE - Static variable in interface org.apache.mina.proxy.handlers.http.ntlm.NTLMConstants
-
- FLAG_NEGOTIATE_DOMAIN_SUPPLIED - Static variable in interface org.apache.mina.proxy.handlers.http.ntlm.NTLMConstants
-
- FLAG_NEGOTIATE_KEY_EXCHANGE - Static variable in interface org.apache.mina.proxy.handlers.http.ntlm.NTLMConstants
-
- FLAG_NEGOTIATE_LAN_MANAGER_KEY - Static variable in interface org.apache.mina.proxy.handlers.http.ntlm.NTLMConstants
-
- FLAG_NEGOTIATE_LOCAL_CALL - Static variable in interface org.apache.mina.proxy.handlers.http.ntlm.NTLMConstants
-
- FLAG_NEGOTIATE_NTLM - Static variable in interface org.apache.mina.proxy.handlers.http.ntlm.NTLMConstants
-
- FLAG_NEGOTIATE_NTLM2 - Static variable in interface org.apache.mina.proxy.handlers.http.ntlm.NTLMConstants
-
- FLAG_NEGOTIATE_OEM - Static variable in interface org.apache.mina.proxy.handlers.http.ntlm.NTLMConstants
-
- FLAG_NEGOTIATE_SEAL - Static variable in interface org.apache.mina.proxy.handlers.http.ntlm.NTLMConstants
-
- FLAG_NEGOTIATE_SIGN - Static variable in interface org.apache.mina.proxy.handlers.http.ntlm.NTLMConstants
-
- FLAG_NEGOTIATE_TARGET_INFO - Static variable in interface org.apache.mina.proxy.handlers.http.ntlm.NTLMConstants
-
- FLAG_NEGOTIATE_UNICODE - Static variable in interface org.apache.mina.proxy.handlers.http.ntlm.NTLMConstants
-
Message flags
- FLAG_NEGOTIATE_WORKSTATION_SUPPLIED - Static variable in interface org.apache.mina.proxy.handlers.http.ntlm.NTLMConstants
-
- FLAG_REQUEST_SERVER_AUTH_REALM - Static variable in interface org.apache.mina.proxy.handlers.http.ntlm.NTLMConstants
-
- FLAG_TARGET_TYPE_DOMAIN - Static variable in interface org.apache.mina.proxy.handlers.http.ntlm.NTLMConstants
-
- FLAG_TARGET_TYPE_SERVER - Static variable in interface org.apache.mina.proxy.handlers.http.ntlm.NTLMConstants
-
- FLAG_TARGET_TYPE_SHARE - Static variable in interface org.apache.mina.proxy.handlers.http.ntlm.NTLMConstants
-
- FLAG_UNIDENTIFIED_1 - Static variable in interface org.apache.mina.proxy.handlers.http.ntlm.NTLMConstants
-
- FLAG_UNIDENTIFIED_10 - Static variable in interface org.apache.mina.proxy.handlers.http.ntlm.NTLMConstants
-
- FLAG_UNIDENTIFIED_11 - Static variable in interface org.apache.mina.proxy.handlers.http.ntlm.NTLMConstants
-
- FLAG_UNIDENTIFIED_2 - Static variable in interface org.apache.mina.proxy.handlers.http.ntlm.NTLMConstants
-
- FLAG_UNIDENTIFIED_3 - Static variable in interface org.apache.mina.proxy.handlers.http.ntlm.NTLMConstants
-
- FLAG_UNIDENTIFIED_4 - Static variable in interface org.apache.mina.proxy.handlers.http.ntlm.NTLMConstants
-
- FLAG_UNIDENTIFIED_5 - Static variable in interface org.apache.mina.proxy.handlers.http.ntlm.NTLMConstants
-
- FLAG_UNIDENTIFIED_6 - Static variable in interface org.apache.mina.proxy.handlers.http.ntlm.NTLMConstants
-
- FLAG_UNIDENTIFIED_7 - Static variable in interface org.apache.mina.proxy.handlers.http.ntlm.NTLMConstants
-
- FLAG_UNIDENTIFIED_8 - Static variable in interface org.apache.mina.proxy.handlers.http.ntlm.NTLMConstants
-
- FLAG_UNIDENTIFIED_9 - Static variable in interface org.apache.mina.proxy.handlers.http.ntlm.NTLMConstants
-
- flip() - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
- flip() - Method in class org.apache.mina.core.buffer.IoBuffer
-
- flip() - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- FloatEditor - Class in org.apache.mina.integration.beans
-
- FloatEditor() - Constructor for class org.apache.mina.integration.beans.FloatEditor
-
- flush(S) - Method in class org.apache.mina.core.polling.AbstractPollingIoProcessor
-
Flushes the internal write request queue of the specified
session
.
- flush(S) - Method in interface org.apache.mina.core.service.IoProcessor
-
Flushes the internal write request queue of the specified
session
.
- flush(S) - Method in class org.apache.mina.core.service.SimpleIoProcessorPool
-
Flushes the internal write request queue of the specified
session
.
- flush(IoSession) - Method in class org.apache.mina.filter.buffer.BufferedWriteFilter
-
Flushes the buffered data.
- flush(IoFilter.NextFilter, IoSession) - Method in interface org.apache.mina.filter.codec.ProtocolDecoderOutput
-
- flush() - Method in interface org.apache.mina.filter.codec.ProtocolEncoderOutput
-
- flush() - Method in class org.apache.mina.filter.codec.serialization.ObjectSerializationOutputStream
- flush(NioSession) - Method in class org.apache.mina.transport.socket.nio.NioDatagramAcceptor
-
Flushes the internal write request queue of the specified
session
.
- flush() - Method in class org.apache.mina.util.byteaccess.CompositeByteArrayRelativeWriter
-
Flush to the current index.
- flush(ByteArray) - Method in interface org.apache.mina.util.byteaccess.CompositeByteArrayRelativeWriter.Flusher
-
- flushPendingSessionEvents() - Method in class org.apache.mina.proxy.event.IoSessionEventQueue
-
Send any session event which were queued while waiting for handshaking to complete.
- flushPendingWriteRequests() - Method in class org.apache.mina.proxy.AbstractProxyLogicHandler
-
Send any write requests which were queued whilst waiting for handshaking to complete.
- flushTo(int) - Method in class org.apache.mina.util.byteaccess.CompositeByteArrayRelativeWriter
-
Flush to the given index.
- format(LogRecord) - Method in class org.apache.mina.util.Log4jXmlFormatter
-
- free() - Method in class org.apache.mina.core.buffer.IoBuffer
-
Declares this buffer and all its derived buffers are not used anymore so
that it can be reused by some
IoBufferAllocator
implementations.
- free() - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- free() - Method in class org.apache.mina.util.byteaccess.BufferByteArray
-
Remove any resources associated with this object.
- free() - Method in interface org.apache.mina.util.byteaccess.ByteArray
-
Remove any resources associated with this object.
- free() - Method in class org.apache.mina.util.byteaccess.ByteArrayPool
-
Frees the buffers
- free() - Method in class org.apache.mina.util.byteaccess.CompositeByteArray
-
Remove any resources associated with this object.
- fromString(String) - Static method in enum org.apache.mina.http.api.HttpVersion
-
Returns the
HttpVersion
instance from the specified string.
- get() - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
- get(int) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
- get(byte[], int, int) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
- get(byte[]) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
- get() - Method in class org.apache.mina.core.buffer.IoBuffer
-
- get(int) - Method in class org.apache.mina.core.buffer.IoBuffer
-
- get(byte[], int, int) - Method in class org.apache.mina.core.buffer.IoBuffer
-
- get(byte[]) - Method in class org.apache.mina.core.buffer.IoBuffer
-
- get() - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- get(int) - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- get(byte[], int, int) - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- get(byte[]) - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- get(String) - Method in class org.apache.mina.core.filterchain.DefaultIoFilterChain
-
- get(Class<? extends IoFilter>) - Method in class org.apache.mina.core.filterchain.DefaultIoFilterChain
-
- get(String) - Method in class org.apache.mina.core.filterchain.DefaultIoFilterChainBuilder
-
- get(Class<? extends IoFilter>) - Method in class org.apache.mina.core.filterchain.DefaultIoFilterChainBuilder
-
- get(String) - Method in interface org.apache.mina.core.filterchain.IoFilterChain
-
Returns the
IoFilter
with the specified
name in this chain.
- get(Class<? extends IoFilter>) - Method in interface org.apache.mina.core.filterchain.IoFilterChain
-
Returns the
IoFilter
with the specified
filterType
in this chain.
- get(String) - Method in class org.apache.mina.handler.chain.IoHandlerChain
-
- GET - Static variable in class org.apache.mina.proxy.handlers.http.HttpProxyConstants
-
The HTTP GET verb.
- get(int) - Method in class org.apache.mina.util.byteaccess.BufferByteArray
- get(int, IoBuffer) - Method in class org.apache.mina.util.byteaccess.BufferByteArray
-
Gets enough bytes to fill the IoBuffer from the given index.
- get() - Method in interface org.apache.mina.util.byteaccess.ByteArray.Cursor
- get(IoBuffer) - Method in interface org.apache.mina.util.byteaccess.ByteArray.Cursor
-
Gets enough bytes to fill the IoBuffer
and advances the reader.
- get(int) - Method in interface org.apache.mina.util.byteaccess.ByteArray
- get(int, IoBuffer) - Method in interface org.apache.mina.util.byteaccess.ByteArray
-
Gets enough bytes to fill the IoBuffer from the given index.
- get(int) - Method in class org.apache.mina.util.byteaccess.CompositeByteArray
- get(int, IoBuffer) - Method in class org.apache.mina.util.byteaccess.CompositeByteArray
-
Gets enough bytes to fill the IoBuffer from the given index.
- get() - Method in class org.apache.mina.util.byteaccess.CompositeByteArrayRelativeReader
-
- get(IoBuffer) - Method in class org.apache.mina.util.byteaccess.CompositeByteArrayRelativeReader
-
places the data starting at current position into the
supplied
IoBuffer
- get(int) - Method in interface org.apache.mina.util.byteaccess.IoAbsoluteReader
-
- get(int, IoBuffer) - Method in interface org.apache.mina.util.byteaccess.IoAbsoluteReader
-
Gets enough bytes to fill the IoBuffer from the given index.
- get() - Method in interface org.apache.mina.util.byteaccess.IoRelativeReader
-
- get(IoBuffer) - Method in interface org.apache.mina.util.byteaccess.IoRelativeReader
-
Gets enough bytes to fill the IoBuffer
and advances the reader.
- get(int) - Method in class org.apache.mina.util.CircularQueue
-
- get(Object) - Method in class org.apache.mina.util.CopyOnWriteMap
-
- get(Object) - Method in class org.apache.mina.util.ExpiringMap
-
- get(Object) - Method in class org.apache.mina.util.LazyInitializedCacheMap
- get() - Method in class org.apache.mina.util.LazyInitializer
-
- getActivationTime() - Method in class org.apache.mina.core.service.AbstractIoService
- getActivationTime() - Method in interface org.apache.mina.core.service.IoService
-
- getActivationTime() - Method in class org.apache.mina.core.service.IoServiceListenerSupport
-
- getActiveCount() - Method in class org.apache.mina.filter.executor.OrderedThreadPoolExecutor
- getActiveCount() - Method in class org.apache.mina.filter.executor.UnorderedThreadPoolExecutor
-
- getAddressType() - Method in class org.apache.mina.core.service.DefaultTransportMetadata
- getAddressType() - Method in interface org.apache.mina.core.service.TransportMetadata
-
- getAll() - Method in class org.apache.mina.core.filterchain.DefaultIoFilterChain
-
- getAll() - Method in class org.apache.mina.core.filterchain.DefaultIoFilterChainBuilder
-
- getAll() - Method in interface org.apache.mina.core.filterchain.IoFilterChain
-
- getAll() - Method in class org.apache.mina.handler.chain.IoHandlerChain
-
- getAllocator() - Static method in class org.apache.mina.core.buffer.IoBuffer
-
- getAllReversed() - Method in class org.apache.mina.core.filterchain.DefaultIoFilterChain
-
- getAllReversed() - Method in class org.apache.mina.core.filterchain.DefaultIoFilterChainBuilder
-
- getAllReversed() - Method in interface org.apache.mina.core.filterchain.IoFilterChain
-
- getAllReversed() - Method in class org.apache.mina.handler.chain.IoHandlerChain
-
- getApplicationContext() - Static method in class org.apache.mina.example.chat.SpringMain
-
- getArguments() - Method in class org.apache.mina.statemachine.event.Event
-
- getAsText() - Method in class org.apache.mina.integration.beans.AbstractPropertyEditor
-
- getAttachment() - Method in class org.apache.mina.core.session.AbstractIoSession
-
Returns an attachment of this session.
- getAttachment() - Method in interface org.apache.mina.core.session.IoSession
-
- getAttribute(Object) - Method in class org.apache.mina.core.session.AbstractIoSession
-
Returns the value of the user-defined attribute of this session.
- getAttribute(Object, Object) - Method in class org.apache.mina.core.session.AbstractIoSession
-
Returns the value of user defined attribute associated with the
specified key.
- getAttribute(Object) - Method in interface org.apache.mina.core.session.IoSession
-
Returns the value of the user-defined attribute of this session.
- getAttribute(Object, Object) - Method in interface org.apache.mina.core.session.IoSession
-
Returns the value of user defined attribute associated with the
specified key.
- getAttribute(IoSession, Object, Object) - Method in interface org.apache.mina.core.session.IoSessionAttributeMap
-
- getAttribute(String) - Method in class org.apache.mina.filter.util.SessionAttributeInitializingFilter
-
Returns the value of user-defined attribute.
- getAttribute(String) - Method in class org.apache.mina.integration.jmx.ObjectMBean
-
- getAttribute(Object) - Method in class org.apache.mina.statemachine.context.AbstractStateContext
-
- getAttribute(Object) - Method in interface org.apache.mina.statemachine.context.StateContext
-
Returns the value of the attribute with the specified key or
null
if not found.
- getAttribute0(String) - Method in class org.apache.mina.integration.jmx.IoSessionMBean
-
- getAttribute0(String) - Method in class org.apache.mina.integration.jmx.ObjectMBean
-
- getAttributeKeys() - Method in class org.apache.mina.core.session.AbstractIoSession
- getAttributeKeys() - Method in interface org.apache.mina.core.session.IoSession
-
- getAttributeKeys(IoSession) - Method in interface org.apache.mina.core.session.IoSessionAttributeMap
-
- getAttributeKeys() - Method in class org.apache.mina.filter.util.SessionAttributeInitializingFilter
-
- getAttributeMap() - Method in class org.apache.mina.core.session.AbstractIoSession
-
- getAttributeMap(IoSession) - Method in class org.apache.mina.core.session.DefaultIoSessionDataStructureFactory
-
- getAttributeMap(IoSession) - Method in interface org.apache.mina.core.session.IoSessionDataStructureFactory
-
- getAttributes(String[]) - Method in class org.apache.mina.integration.jmx.ObjectMBean
-
- getAttributes() - Method in class org.apache.mina.statemachine.context.AbstractStateContext
-
- getAvailablePorts() - Static method in class org.apache.mina.util.AvailablePortFinder
-
- getAvailablePorts(int, int) - Static method in class org.apache.mina.util.AvailablePortFinder
-
- getAverageTime(IoEventType) - Method in class org.apache.mina.filter.statistic.ProfilerTimerFilter
-
Get the average time for the specified method represented by the
IoEventType
- getBacklog() - Method in class org.apache.mina.core.polling.AbstractPollingIoAcceptor
-
- getBacklog() - Method in interface org.apache.mina.transport.socket.SocketAcceptor
-
- getBauds() - Method in class org.apache.mina.transport.serial.SerialAddress
-
Bauds rate for the communication.
- getBody() - Method in class org.apache.mina.proxy.handlers.http.HttpProxyResponse
-
- getBothIdleCount() - Method in class org.apache.mina.core.session.AbstractIoSession
- getBothIdleCount() - Method in interface org.apache.mina.core.session.IoSession
-
- getBothIdleTime() - Method in class org.apache.mina.core.session.AbstractIoSessionConfig
- getBothIdleTime() - Method in interface org.apache.mina.core.session.IoSessionConfig
-
- getBothIdleTimeInMillis() - Method in class org.apache.mina.core.session.AbstractIoSessionConfig
- getBothIdleTimeInMillis() - Method in interface org.apache.mina.core.session.IoSessionConfig
-
- getBufferLength() - Method in class org.apache.mina.filter.codec.textline.TextLineDecoder
-
- getBufferSize() - Method in class org.apache.mina.filter.buffer.BufferedWriteFilter
-
- getChain() - Method in class org.apache.mina.handler.chain.ChainedIoHandler
-
- getChangeByteProbability() - Method in class org.apache.mina.filter.errorgenerating.ErrorGeneratingFilter
-
- getChar() - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
- getChar(int) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
- getChar() - Method in class org.apache.mina.core.buffer.IoBuffer
-
- getChar(int) - Method in class org.apache.mina.core.buffer.IoBuffer
-
- getChar() - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getChar(int) - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getChar(int) - Method in class org.apache.mina.util.byteaccess.BufferByteArray
- getChar(int) - Method in class org.apache.mina.util.byteaccess.CompositeByteArray
- getChar() - Method in class org.apache.mina.util.byteaccess.CompositeByteArrayRelativeReader
- getChar(int) - Method in interface org.apache.mina.util.byteaccess.IoAbsoluteReader
-
- getChar() - Method in interface org.apache.mina.util.byteaccess.IoRelativeReader
-
- getCharset() - Method in class org.apache.mina.proxy.session.ProxyIoSession
-
- getCharsetName() - Method in class org.apache.mina.proxy.session.ProxyIoSession
-
- getCloseFuture() - Method in class org.apache.mina.core.session.AbstractIoSession
- getCloseFuture() - Method in interface org.apache.mina.core.session.IoSession
-
- getCommand() - Method in class org.apache.mina.handler.chain.IoHandlerChain.Entry
-
- getCommandCode() - Method in class org.apache.mina.proxy.handlers.socks.SocksProxyRequest
-
Return the command code.
- getCompletedTaskCount() - Method in class org.apache.mina.filter.executor.OrderedThreadPoolExecutor
- getCompletedTaskCount() - Method in class org.apache.mina.filter.executor.UnorderedThreadPoolExecutor
-
- getConfig() - Method in class org.apache.mina.core.session.AbstractIoSession
- getConfig() - Method in class org.apache.mina.core.session.DummySession
- getConfig() - Method in interface org.apache.mina.core.session.IoSession
-
- getConfig() - Method in interface org.apache.mina.transport.serial.SerialSession
-
- getConnectionRequest(H) - Method in class org.apache.mina.core.polling.AbstractPollingIoConnector
-
- getConnectionRequest(Long) - Method in class org.apache.mina.transport.socket.apr.AprSocketConnector
-
- getConnectionRequest(DatagramChannel) - Method in class org.apache.mina.transport.socket.nio.NioDatagramConnector
-
- getConnectionRequest(SocketChannel) - Method in class org.apache.mina.transport.socket.nio.NioSocketConnector
-
- getConnector() - Method in class org.apache.mina.proxy.ProxyConnector
-
- getConnector() - Method in class org.apache.mina.proxy.session.ProxyIoSession
-
- getConnectTimeout() - Method in class org.apache.mina.core.service.AbstractIoConnector
-
Deprecated.
Take a look at getConnectTimeoutMillis()
- getConnectTimeout() - Method in interface org.apache.mina.core.service.IoConnector
-
Deprecated.
- getConnectTimeoutCheckInterval() - Method in class org.apache.mina.core.service.AbstractIoConnector
-
- getConnectTimeoutMillis() - Method in class org.apache.mina.core.service.AbstractIoConnector
- getConnectTimeoutMillis() - Method in interface org.apache.mina.core.service.IoConnector
-
- getContent() - Method in interface org.apache.mina.http.api.HttpContentChunk
-
- getContentLength() - Method in class org.apache.mina.proxy.utils.IoBufferDecoder.DecodingContext
-
- getContentType() - Method in class org.apache.mina.http.api.DefaultHttpResponse
-
- getContentType() - Method in interface org.apache.mina.http.api.HttpMessage
-
Gets the Content-Type header of the message.
- getContentType() - Method in class org.apache.mina.http.HttpRequestImpl
-
- getContext() - Method in class org.apache.mina.statemachine.event.Event
-
- getCorePoolSize() - Method in class org.apache.mina.filter.executor.OrderedThreadPoolExecutor
- getCorePoolSize() - Method in class org.apache.mina.filter.executor.UnorderedThreadPoolExecutor
-
- getCounter() - Method in class org.apache.mina.filter.executor.IoEventQueueThrottle
-
- getCreationTime() - Method in class org.apache.mina.core.session.AbstractIoSession
- getCreationTime() - Method in interface org.apache.mina.core.session.IoSession
-
- getCumulativeManagedSessionCount() - Method in class org.apache.mina.core.service.IoServiceListenerSupport
-
- getCumulativeManagedSessionCount() - Method in class org.apache.mina.core.service.IoServiceStatistics
-
- getCurrentAsString() - Static method in class org.apache.mina.http.DateUtil
-
- getCurrentState() - Method in class org.apache.mina.statemachine.context.AbstractStateContext
-
- getCurrentState() - Method in interface org.apache.mina.statemachine.context.StateContext
-
- getCurrentWriteMessage() - Method in class org.apache.mina.core.session.AbstractIoSession
-
Returns the message which is being written by
IoService
.
- getCurrentWriteMessage() - Method in interface org.apache.mina.core.session.IoSession
-
Returns the message which is being written by
IoService
.
- getCurrentWriteRequest() - Method in class org.apache.mina.core.session.AbstractIoSession
-
- getCurrentWriteRequest() - Method in interface org.apache.mina.core.session.IoSession
-
- getDataBits() - Method in class org.apache.mina.transport.serial.SerialAddress
-
Number of data bits for each communicated bytes.
- getDateAsString(Date) - Static method in class org.apache.mina.http.DateUtil
-
Convert a given Date
object to a RFC 1123
formatted String
.
- getDeadline() - Method in class org.apache.mina.core.polling.AbstractPollingIoConnector.ConnectionRequest
-
- getDecodedBuffer() - Method in class org.apache.mina.proxy.utils.IoBufferDecoder.DecodingContext
-
- getDecoder(IoSession) - Method in class org.apache.mina.example.imagine.step1.codec.ImageCodecFactory
-
- getDecoder(IoSession) - Method in class org.apache.mina.filter.codec.demux.DemuxingProtocolCodecFactory
-
Returns a new (or reusable) instance of
ProtocolDecoder
which
decodes binary or protocol-specific data into message objects.
- getDecoder() - Method in interface org.apache.mina.filter.codec.demux.MessageDecoderFactory
-
Creates a new message decoder.
- getDecoder(IoSession) - Method in class org.apache.mina.filter.codec.prefixedstring.PrefixedStringCodecFactory
-
- getDecoder(IoSession) - Method in interface org.apache.mina.filter.codec.ProtocolCodecFactory
-
Returns a new (or reusable) instance of
ProtocolDecoder
which
decodes binary or protocol-specific data into message objects.
- getDecoder(IoSession) - Method in class org.apache.mina.filter.codec.serialization.ObjectSerializationCodecFactory
-
Returns a new (or reusable) instance of
ProtocolDecoder
which
decodes binary or protocol-specific data into message objects.
- getDecoder() - Method in class org.apache.mina.filter.codec.SynchronizedProtocolDecoder
-
- getDecoder(IoSession) - Method in class org.apache.mina.filter.codec.textline.TextLineCodecFactory
-
Returns a new (or reusable) instance of
ProtocolDecoder
which
decodes binary or protocol-specific data into message objects.
- getDecoderMaxDataLength() - Method in class org.apache.mina.filter.codec.prefixedstring.PrefixedStringCodecFactory
-
- getDecoderMaxLineLength() - Method in class org.apache.mina.filter.codec.textline.TextLineCodecFactory
-
- getDecoderMaxObjectSize() - Method in class org.apache.mina.filter.codec.serialization.ObjectSerializationCodecFactory
-
- getDecoderOutput() - Method in class org.apache.mina.filter.codec.ProtocolCodecSession
-
- getDecoderOutputQueue() - Method in class org.apache.mina.filter.codec.ProtocolCodecSession
-
- getDecoderPrefixLength() - Method in class org.apache.mina.filter.codec.prefixedstring.PrefixedStringCodecFactory
-
Gets the length of the length prefix (1, 2, or 4) used by the decoder
- getDefaultLocalAddress() - Method in class org.apache.mina.core.service.AbstractIoAcceptor
-
Returns the default local address to bind when no argument is specified
in
IoAcceptor.bind()
method.
- getDefaultLocalAddress() - Method in class org.apache.mina.core.service.AbstractIoConnector
- getDefaultLocalAddress() - Method in interface org.apache.mina.core.service.IoAcceptor
-
Returns the default local address to bind when no argument is specified
in
IoAcceptor.bind()
method.
- getDefaultLocalAddress() - Method in interface org.apache.mina.core.service.IoConnector
-
- getDefaultLocalAddress() - Method in class org.apache.mina.transport.socket.apr.AprSocketAcceptor
-
Returns the default local address to bind when no argument is specified
in
IoAcceptor.bind()
method.
- getDefaultLocalAddress() - Method in interface org.apache.mina.transport.socket.DatagramAcceptor
-
- getDefaultLocalAddress() - Method in class org.apache.mina.transport.socket.nio.NioDatagramAcceptor
-
- getDefaultLocalAddress() - Method in class org.apache.mina.transport.socket.nio.NioSocketAcceptor
-
Returns the default local address to bind when no argument is specified
in
IoAcceptor.bind()
method.
- getDefaultLocalAddress() - Method in interface org.apache.mina.transport.socket.SocketAcceptor
-
- getDefaultLocalAddress() - Method in class org.apache.mina.transport.vmpipe.VmPipeAcceptor
-
Returns the default local address to bind when no argument is specified
in
IoAcceptor.bind()
method.
- getDefaultLocalAddresses() - Method in class org.apache.mina.core.service.AbstractIoAcceptor
-
Returns a
List
of the default local addresses to bind when no
argument is specified in
IoAcceptor.bind()
method.
- getDefaultLocalAddresses() - Method in interface org.apache.mina.core.service.IoAcceptor
-
Returns a
List
of the default local addresses to bind when no
argument is specified in
IoAcceptor.bind()
method.
- getDefaultRemoteAddress() - Method in class org.apache.mina.core.service.AbstractIoConnector
- getDefaultRemoteAddress() - Method in interface org.apache.mina.core.service.IoConnector
-
- getDefaultRemoteAddress() - Method in class org.apache.mina.transport.socket.apr.AprSocketConnector
- getDefaultRemoteAddress() - Method in interface org.apache.mina.transport.socket.DatagramConnector
-
- getDefaultRemoteAddress() - Method in class org.apache.mina.transport.socket.nio.NioDatagramConnector
-
- getDefaultRemoteAddress() - Method in class org.apache.mina.transport.socket.nio.NioSocketConnector
- getDefaultRemoteAddress() - Method in interface org.apache.mina.transport.socket.SocketConnector
-
- getDelimiter() - Method in class org.apache.mina.proxy.utils.IoBufferDecoder.DecodingContext
-
- getDestination() - Method in class org.apache.mina.core.write.DefaultWriteRequest
-
- getDestination() - Method in interface org.apache.mina.core.write.WriteRequest
-
Returns the destination of this write request.
- getDestination() - Method in class org.apache.mina.core.write.WriteRequestWrapper
-
Returns the destination of this write request.
- getDirectiveValue(HashMap<String, String>, String, boolean) - Static method in class org.apache.mina.proxy.utils.StringUtilities
-
A directive is a parameter of the digest authentication process.
- getDouble() - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
- getDouble(int) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
- getDouble() - Method in class org.apache.mina.core.buffer.IoBuffer
-
- getDouble(int) - Method in class org.apache.mina.core.buffer.IoBuffer
-
- getDouble() - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getDouble(int) - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getDouble(int) - Method in class org.apache.mina.util.byteaccess.BufferByteArray
- getDouble(int) - Method in class org.apache.mina.util.byteaccess.CompositeByteArray
- getDouble() - Method in class org.apache.mina.util.byteaccess.CompositeByteArrayRelativeReader
- getDouble(int) - Method in interface org.apache.mina.util.byteaccess.IoAbsoluteReader
-
- getDouble() - Method in interface org.apache.mina.util.byteaccess.IoRelativeReader
-
- getDuplicatePduProbability() - Method in class org.apache.mina.filter.errorgenerating.ErrorGeneratingFilter
-
- getElementType(Class<?>, String) - Method in class org.apache.mina.integration.jmx.ObjectMBean
-
- getEnabledCipherSuites() - Method in class org.apache.mina.filter.ssl.SslFilter
-
- getEnabledProtocols() - Method in class org.apache.mina.filter.ssl.SslFilter
-
- getEncoder(IoSession) - Method in class org.apache.mina.example.imagine.step1.codec.ImageCodecFactory
-
- getEncoder(IoSession) - Method in class org.apache.mina.filter.codec.demux.DemuxingProtocolCodecFactory
-
Returns a new (or reusable) instance of
ProtocolEncoder
which
encodes message objects into binary or protocol-specific data.
- getEncoder() - Method in interface org.apache.mina.filter.codec.demux.MessageEncoderFactory
-
Creates a new message encoder.
- getEncoder(IoSession) - Method in class org.apache.mina.filter.codec.prefixedstring.PrefixedStringCodecFactory
-
- getEncoder(IoSession) - Method in interface org.apache.mina.filter.codec.ProtocolCodecFactory
-
Returns a new (or reusable) instance of
ProtocolEncoder
which
encodes message objects into binary or protocol-specific data.
- getEncoder(IoSession) - Method in class org.apache.mina.filter.codec.ProtocolCodecFilter
-
Get the encoder instance from a given session.
- getEncoder(IoSession) - Method in class org.apache.mina.filter.codec.serialization.ObjectSerializationCodecFactory
-
Returns a new (or reusable) instance of
ProtocolEncoder
which
encodes message objects into binary or protocol-specific data.
- getEncoder() - Method in class org.apache.mina.filter.codec.SynchronizedProtocolEncoder
-
- getEncoder(IoSession) - Method in class org.apache.mina.filter.codec.textline.TextLineCodecFactory
-
Returns a new (or reusable) instance of
ProtocolEncoder
which
encodes message objects into binary or protocol-specific data.
- getEncoderMaxDataLength() - Method in class org.apache.mina.filter.codec.prefixedstring.PrefixedStringCodecFactory
-
Returns the allowed maximum size of an encoded string.
- getEncoderMaxLineLength() - Method in class org.apache.mina.filter.codec.textline.TextLineCodecFactory
-
- getEncoderMaxObjectSize() - Method in class org.apache.mina.filter.codec.serialization.ObjectSerializationCodecFactory
-
- getEncoderOutput() - Method in class org.apache.mina.filter.codec.ProtocolCodecSession
-
- getEncoderOutputQueue() - Method in class org.apache.mina.filter.codec.ProtocolCodecSession
-
- getEncoderPrefixLength() - Method in class org.apache.mina.filter.codec.prefixedstring.PrefixedStringCodecFactory
-
Gets the length of the length prefix (1, 2, or 4) used by the encoder
- getEndpointAddress() - Method in class org.apache.mina.proxy.handlers.ProxyRequest
-
- getEntry(String) - Method in class org.apache.mina.core.filterchain.DefaultIoFilterChain
-
- getEntry(IoFilter) - Method in class org.apache.mina.core.filterchain.DefaultIoFilterChain
-
- getEntry(Class<? extends IoFilter>) - Method in class org.apache.mina.core.filterchain.DefaultIoFilterChain
-
- getEntry(String) - Method in class org.apache.mina.core.filterchain.DefaultIoFilterChainBuilder
-
- getEntry(IoFilter) - Method in class org.apache.mina.core.filterchain.DefaultIoFilterChainBuilder
-
- getEntry(Class<? extends IoFilter>) - Method in class org.apache.mina.core.filterchain.DefaultIoFilterChainBuilder
-
- getEntry(String) - Method in interface org.apache.mina.core.filterchain.IoFilterChain
-
- getEntry(IoFilter) - Method in interface org.apache.mina.core.filterchain.IoFilterChain
-
- getEntry(Class<? extends IoFilter>) - Method in interface org.apache.mina.core.filterchain.IoFilterChain
-
- getEntry(String) - Method in class org.apache.mina.handler.chain.IoHandlerChain
-
- getEnum(Class<E>) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
-
Reads a byte from the buffer and returns the correlating enum constant
defined by the specified enum type.
- getEnum(int, Class<E>) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
-
Reads a byte from the buffer and returns the correlating enum constant
defined by the specified enum type.
- getEnum(Class<E>) - Method in class org.apache.mina.core.buffer.IoBuffer
-
Reads a byte from the buffer and returns the correlating enum constant
defined by the specified enum type.
- getEnum(int, Class<E>) - Method in class org.apache.mina.core.buffer.IoBuffer
-
Reads a byte from the buffer and returns the correlating enum constant
defined by the specified enum type.
- getEnum(Class<E>) - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getEnum(int, Class<E>) - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getEnumInt(Class<E>) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
-
Reads an int from the buffer and returns the correlating enum constant
defined by the specified enum type.
- getEnumInt(int, Class<E>) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
-
Reads an int from the buffer and returns the correlating enum constant
defined by the specified enum type.
- getEnumInt(Class<E>) - Method in class org.apache.mina.core.buffer.IoBuffer
-
Reads an int from the buffer and returns the correlating enum constant
defined by the specified enum type.
- getEnumInt(int, Class<E>) - Method in class org.apache.mina.core.buffer.IoBuffer
-
Reads an int from the buffer and returns the correlating enum constant
defined by the specified enum type.
- getEnumInt(Class<E>) - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getEnumInt(int, Class<E>) - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getEnumSet(Class<E>) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
-
Reads a byte sized bit vector and converts it to an
EnumSet
.
- getEnumSet(int, Class<E>) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
-
Reads a byte sized bit vector and converts it to an
EnumSet
.
- getEnumSet(Class<E>) - Method in class org.apache.mina.core.buffer.IoBuffer
-
Reads a byte sized bit vector and converts it to an
EnumSet
.
- getEnumSet(int, Class<E>) - Method in class org.apache.mina.core.buffer.IoBuffer
-
Reads a byte sized bit vector and converts it to an
EnumSet
.
- getEnumSet(Class<E>) - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getEnumSet(int, Class<E>) - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getEnumSetInt(Class<E>) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
-
Reads an int sized bit vector and converts it to an
EnumSet
.
- getEnumSetInt(int, Class<E>) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
-
Reads an int sized bit vector and converts it to an
EnumSet
.
- getEnumSetInt(Class<E>) - Method in class org.apache.mina.core.buffer.IoBuffer
-
Reads an int sized bit vector and converts it to an
EnumSet
.
- getEnumSetInt(int, Class<E>) - Method in class org.apache.mina.core.buffer.IoBuffer
-
Reads an int sized bit vector and converts it to an
EnumSet
.
- getEnumSetInt(Class<E>) - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getEnumSetInt(int, Class<E>) - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getEnumSetLong(Class<E>) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
-
Reads a long sized bit vector and converts it to an
EnumSet
.
- getEnumSetLong(int, Class<E>) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
-
Reads a long sized bit vector and converts it to an
EnumSet
.
- getEnumSetLong(Class<E>) - Method in class org.apache.mina.core.buffer.IoBuffer
-
Reads a long sized bit vector and converts it to an
EnumSet
.
- getEnumSetLong(int, Class<E>) - Method in class org.apache.mina.core.buffer.IoBuffer
-
Reads a long sized bit vector and converts it to an
EnumSet
.
- getEnumSetLong(Class<E>) - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getEnumSetLong(int, Class<E>) - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getEnumSetShort(Class<E>) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
-
Reads a short sized bit vector and converts it to an
EnumSet
.
- getEnumSetShort(int, Class<E>) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
-
Reads a short sized bit vector and converts it to an
EnumSet
.
- getEnumSetShort(Class<E>) - Method in class org.apache.mina.core.buffer.IoBuffer
-
Reads a short sized bit vector and converts it to an
EnumSet
.
- getEnumSetShort(int, Class<E>) - Method in class org.apache.mina.core.buffer.IoBuffer
-
Reads a short sized bit vector and converts it to an
EnumSet
.
- getEnumSetShort(Class<E>) - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getEnumSetShort(int, Class<E>) - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getEnumShort(Class<E>) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
-
Reads a short from the buffer and returns the correlating enum constant
defined by the specified enum type.
- getEnumShort(int, Class<E>) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
-
Reads a short from the buffer and returns the correlating enum constant
defined by the specified enum type.
- getEnumShort(Class<E>) - Method in class org.apache.mina.core.buffer.IoBuffer
-
Reads a short from the buffer and returns the correlating enum constant
defined by the specified enum type.
- getEnumShort(int, Class<E>) - Method in class org.apache.mina.core.buffer.IoBuffer
-
Reads a short from the buffer and returns the correlating enum constant
defined by the specified enum type.
- getEnumShort(Class<E>) - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getEnumShort(int, Class<E>) - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getEnvelopeTypes() - Method in class org.apache.mina.core.service.DefaultTransportMetadata
- getEnvelopeTypes() - Method in interface org.apache.mina.core.service.TransportMetadata
-
- getEvent() - Method in exception org.apache.mina.statemachine.event.UnhandledEventException
-
- getEventQueue() - Method in class org.apache.mina.proxy.session.ProxyIoSession
-
- getEventSizeEstimator() - Method in class org.apache.mina.filter.executor.IoEventQueueThrottle
-
- getEventsToProfile() - Method in class org.apache.mina.filter.statistic.ProfilerTimerFilter
-
- getException() - Method in interface org.apache.mina.core.future.ConnectFuture
-
Returns the cause of the connection failure.
- getException() - Method in class org.apache.mina.core.future.DefaultConnectFuture
-
Returns the cause of the connection failure.
- getException() - Method in class org.apache.mina.core.future.DefaultReadFuture
- getException() - Method in class org.apache.mina.core.future.DefaultWriteFuture
- getException() - Method in interface org.apache.mina.core.future.ReadFuture
-
- getException() - Method in interface org.apache.mina.core.future.WriteFuture
-
- getException() - Method in class org.apache.mina.core.service.AbstractIoService.ServiceOperationFuture
-
- getExceptionCaughtLogLevel() - Method in class org.apache.mina.filter.logging.LoggingFilter
-
Get the LogLevel for the ExceptionCaught event.
- getExceptionHandlerMap() - Method in class org.apache.mina.handler.demux.DemuxingIoHandler
-
- getExecutor() - Method in class org.apache.mina.filter.executor.ExecutorFilter
-
- getExpectedSyllableCount() - Method in exception org.apache.mina.example.haiku.InvalidHaikuException
-
- getExpirationInterval() - Method in class org.apache.mina.core.session.ExpiringSessionRecycler
-
- getExpirationInterval() - Method in class org.apache.mina.util.ExpiringMap.Expirer
-
Get the interval in which an object will live in the map before
it is removed.
- getExpirationInterval() - Method in class org.apache.mina.util.ExpiringMap
-
- getExpirer() - Method in class org.apache.mina.util.ExpiringMap
-
- getFactory() - Method in class org.apache.mina.handler.multiton.SingleSessionIoHandlerDelegate
-
Deprecated.
- getFileChannel() - Method in class org.apache.mina.core.file.DefaultFileRegion
-
- getFileChannel() - Method in interface org.apache.mina.core.file.FileRegion
-
The open FileChannel from which data will be read to send to
remote host.
- getFilename() - Method in class org.apache.mina.core.file.DefaultFileRegion
-
- getFilename() - Method in class org.apache.mina.core.file.FilenameFileRegion
-
- getFilename() - Method in interface org.apache.mina.core.file.FileRegion
-
Provides an absolute filename for the underlying FileChannel.
- getFilter() - Method in interface org.apache.mina.core.filterchain.IoFilterChain.Entry
-
- getFilterChain() - Method in class org.apache.mina.core.service.AbstractIoService
-
- getFilterChain() - Method in interface org.apache.mina.core.service.IoService
-
- getFilterChain() - Method in class org.apache.mina.core.session.DummySession
- getFilterChain() - Method in interface org.apache.mina.core.session.IoSession
-
- getFilterChain() - Method in class org.apache.mina.transport.socket.apr.AprSession
- getFilterChain() - Method in class org.apache.mina.transport.socket.nio.NioSession
-
- getFilterChainBuilder() - Method in class org.apache.mina.core.service.AbstractIoService
- getFilterChainBuilder() - Method in interface org.apache.mina.core.service.IoService
-
- getFirst() - Method in class org.apache.mina.util.byteaccess.CompositeByteArray
-
- getFloat() - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
- getFloat(int) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
- getFloat() - Method in class org.apache.mina.core.buffer.IoBuffer
-
- getFloat(int) - Method in class org.apache.mina.core.buffer.IoBuffer
-
- getFloat() - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getFloat(int) - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getFloat(int) - Method in class org.apache.mina.util.byteaccess.BufferByteArray
- getFloat(int) - Method in class org.apache.mina.util.byteaccess.CompositeByteArray
- getFloat() - Method in class org.apache.mina.util.byteaccess.CompositeByteArrayRelativeReader
- getFloat(int) - Method in interface org.apache.mina.util.byteaccess.IoAbsoluteReader
-
- getFloat() - Method in interface org.apache.mina.util.byteaccess.IoRelativeReader
-
- getFlowControl() - Method in class org.apache.mina.transport.serial.SerialAddress
-
The flow control policie used for this communication.
- getFuture() - Method in class org.apache.mina.core.write.DefaultWriteRequest
-
- getFuture() - Method in interface org.apache.mina.core.write.WriteRequest
-
- getFuture() - Method in class org.apache.mina.core.write.WriteRequestWrapper
- getHandle() - Method in class org.apache.mina.core.polling.AbstractPollingIoConnector.ConnectionRequest
-
- getHandler() - Method in class org.apache.mina.core.service.AbstractIoService
- getHandler() - Method in interface org.apache.mina.core.service.IoService
-
- getHandler() - Method in class org.apache.mina.core.session.AbstractIoSession
- getHandler() - Method in class org.apache.mina.core.session.DummySession
- getHandler() - Method in interface org.apache.mina.core.session.IoSession
-
- getHandler(IoSession) - Method in interface org.apache.mina.handler.multiton.SingleSessionIoHandlerFactory
-
Deprecated.
- getHandler() - Method in class org.apache.mina.proxy.session.ProxyIoSession
-
- getHeader(String) - Method in class org.apache.mina.http.api.DefaultHttpResponse
-
- getHeader(String) - Method in interface org.apache.mina.http.api.HttpMessage
-
Returns the value of the HTTP header with the specified name.
- getHeader(String) - Method in class org.apache.mina.http.HttpRequestImpl
-
- getHeaders() - Method in class org.apache.mina.http.api.DefaultHttpResponse
-
- getHeaders() - Method in interface org.apache.mina.http.api.HttpMessage
-
- getHeaders() - Method in class org.apache.mina.http.HttpRequestImpl
-
- getHeaders() - Method in class org.apache.mina.proxy.handlers.http.HttpProxyRequest
-
- getHeaders() - Method in class org.apache.mina.proxy.handlers.http.HttpProxyResponse
-
- getHeight() - Method in class org.apache.mina.example.imagine.step1.ImageRequest
-
- getHexDump() - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
-
Returns hexdump of this buffer.
- getHexDump(int) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
-
Return hexdump of this buffer with limited length.
- getHexDump() - Method in class org.apache.mina.core.buffer.IoBuffer
-
Returns hexdump of this buffer.
- getHexDump(int) - Method in class org.apache.mina.core.buffer.IoBuffer
-
Return hexdump of this buffer with limited length.
- getHexDump() - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getHexDump(int) - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getHexdump() - Method in exception org.apache.mina.filter.codec.ProtocolDecoderException
-
- getHost() - Method in class org.apache.mina.proxy.handlers.http.HttpProxyRequest
-
- getHost() - Method in class org.apache.mina.proxy.handlers.socks.SocksProxyRequest
-
Return the server host name.
- getHttpURI() - Method in class org.apache.mina.proxy.handlers.http.HttpProxyRequest
-
- getHttpVerb() - Method in class org.apache.mina.proxy.handlers.http.HttpProxyRequest
-
- getHttpVersion() - Method in class org.apache.mina.proxy.handlers.http.HttpProxyRequest
-
- getHttpVersion() - Method in class org.apache.mina.proxy.handlers.http.HttpProxyResponse
-
- getId() - Method in class org.apache.mina.core.session.AbstractIoSession
-
We use an AtomicLong to guarantee that the session ID are unique.
- getId() - Method in interface org.apache.mina.core.session.IoSession
-
- getId() - Method in enum org.apache.mina.proxy.event.IoSessionEventType
-
- getId() - Method in enum org.apache.mina.proxy.handlers.http.HttpAuthenticationMethods
-
- getId() - Method in class org.apache.mina.statemachine.event.Event
-
- getId() - Method in class org.apache.mina.statemachine.State
-
- getIdleCount(IdleStatus) - Method in class org.apache.mina.core.session.AbstractIoSession
- getIdleCount(IdleStatus) - Method in interface org.apache.mina.core.session.IoSession
-
- getIdleTime(IdleStatus) - Method in class org.apache.mina.core.session.AbstractIoSessionConfig
- getIdleTime(IdleStatus) - Method in interface org.apache.mina.core.session.IoSessionConfig
-
- getIdleTimeInMillis(IdleStatus) - Method in class org.apache.mina.core.session.AbstractIoSessionConfig
- getIdleTimeInMillis(IdleStatus) - Method in interface org.apache.mina.core.session.IoSessionConfig
-
- getImage1() - Method in class org.apache.mina.example.imagine.step1.ImageResponse
-
- getImage2() - Method in class org.apache.mina.example.imagine.step1.ImageResponse
-
- getIndex() - Method in interface org.apache.mina.util.byteaccess.ByteArray.Cursor
-
- getInputBufferSize() - Method in interface org.apache.mina.transport.serial.SerialSessionConfig
-
Gets the input buffer size.
- getInsertByteProbability() - Method in class org.apache.mina.filter.errorgenerating.ErrorGeneratingFilter
-
- getInstance(boolean) - Static method in class org.apache.mina.example.echoserver.ssl.BogusSslContextFactory
-
Get SSLContext singleton.
- getInstance(boolean) - Static method in class org.apache.mina.example.tcp.perf.BogusSslContextFactory
-
Get SSLContext singleton.
- getInstance(Object) - Static method in class org.apache.mina.integration.beans.PropertyEditorFactory
-
- getInstance(Class<?>) - Static method in class org.apache.mina.integration.beans.PropertyEditorFactory
-
- getInstance(Class<? extends Annotation>) - Static method in class org.apache.mina.statemachine.StateMachineFactory
-
- getInstance() - Static method in class org.apache.mina.util.ExceptionMonitor
-
- getInt() - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
- getInt(int) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
- getInt() - Method in class org.apache.mina.core.buffer.IoBuffer
-
- getInt(int) - Method in class org.apache.mina.core.buffer.IoBuffer
-
- getInt() - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getInt(int) - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getInt(int) - Method in class org.apache.mina.util.byteaccess.BufferByteArray
- getInt() - Method in interface org.apache.mina.util.byteaccess.ByteArray.Cursor
- getInt(int) - Method in interface org.apache.mina.util.byteaccess.ByteArray
- getInt(int) - Method in class org.apache.mina.util.byteaccess.CompositeByteArray
- getInt() - Method in class org.apache.mina.util.byteaccess.CompositeByteArrayRelativeReader
- getInt(int) - Method in interface org.apache.mina.util.byteaccess.IoAbsoluteReader
-
- getInt() - Method in interface org.apache.mina.util.byteaccess.IoRelativeReader
-
- getInterestedIdleStatus() - Method in class org.apache.mina.filter.keepalive.KeepAliveFilter
-
- getIoBuffers() - Method in class org.apache.mina.util.byteaccess.BufferByteArray
- getIoBuffers() - Method in interface org.apache.mina.util.byteaccess.ByteArray
-
- getIoBuffers() - Method in class org.apache.mina.util.byteaccess.CompositeByteArray
- getIpAddress() - Method in class org.apache.mina.proxy.handlers.socks.SocksProxyRequest
-
- getLargestManagedSessionCount() - Method in class org.apache.mina.core.service.IoServiceListenerSupport
-
- getLargestManagedSessionCount() - Method in class org.apache.mina.core.service.IoServiceStatistics
-
- getLargestPoolSize() - Method in class org.apache.mina.filter.executor.OrderedThreadPoolExecutor
- getLargestPoolSize() - Method in class org.apache.mina.filter.executor.UnorderedThreadPoolExecutor
-
- getLargestReadBytesThroughput() - Method in class org.apache.mina.core.service.IoServiceStatistics
-
- getLargestReadMessagesThroughput() - Method in class org.apache.mina.core.service.IoServiceStatistics
-
- getLargestWrittenBytesThroughput() - Method in class org.apache.mina.core.service.IoServiceStatistics
-
- getLargestWrittenMessagesThroughput() - Method in class org.apache.mina.core.service.IoServiceStatistics
-
- getLastBothIdleTime() - Method in class org.apache.mina.core.session.AbstractIoSession
- getLastBothIdleTime() - Method in interface org.apache.mina.core.session.IoSession
-
- getLastIdleTime(IdleStatus) - Method in class org.apache.mina.core.session.AbstractIoSession
- getLastIdleTime(IdleStatus) - Method in interface org.apache.mina.core.session.IoSession
-
- getLastIoTime() - Method in class org.apache.mina.core.service.IoServiceStatistics
-
- getLastIoTime() - Method in class org.apache.mina.core.session.AbstractIoSession
- getLastIoTime() - Method in interface org.apache.mina.core.session.IoSession
-
- getLastReaderIdleTime() - Method in class org.apache.mina.core.session.AbstractIoSession
- getLastReaderIdleTime() - Method in interface org.apache.mina.core.session.IoSession
-
- getLastReadTime() - Method in class org.apache.mina.core.service.IoServiceStatistics
-
- getLastReadTime() - Method in class org.apache.mina.core.session.AbstractIoSession
- getLastReadTime() - Method in interface org.apache.mina.core.session.IoSession
-
- getLastWriterIdleTime() - Method in class org.apache.mina.core.session.AbstractIoSession
- getLastWriterIdleTime() - Method in interface org.apache.mina.core.session.IoSession
-
- getLastWriteTime() - Method in class org.apache.mina.core.service.IoServiceStatistics
-
- getLastWriteTime() - Method in class org.apache.mina.core.session.AbstractIoSession
- getLastWriteTime() - Method in interface org.apache.mina.core.session.IoSession
-
- getLevel() - Method in enum org.apache.mina.filter.logging.LogLevel
-
- getListeners() - Method in class org.apache.mina.core.service.AbstractIoService
-
- getLMResponse(String, byte[]) - Static method in class org.apache.mina.proxy.handlers.http.ntlm.NTLMResponses
-
Calculates the LM Response for the given challenge, using the specified
password.
- getLMv2Response(String, String, String, byte[], byte[]) - Static method in class org.apache.mina.proxy.handlers.http.ntlm.NTLMResponses
-
Calculates the LMv2 Response for the given challenge, using the
specified authentication target, username, password, and client
challenge.
- getLocalAddress() - Method in class org.apache.mina.core.service.AbstractIoAcceptor
-
Returns the local address which is bound currently.
- getLocalAddress() - Method in interface org.apache.mina.core.service.IoAcceptor
-
Returns the local address which is bound currently.
- getLocalAddress() - Method in class org.apache.mina.core.session.DummySession
- getLocalAddress() - Method in interface org.apache.mina.core.session.IoSession
-
- getLocalAddress() - Method in interface org.apache.mina.transport.serial.SerialSession
-
- getLocalAddress() - Method in class org.apache.mina.transport.socket.apr.AprSession
- getLocalAddress() - Method in class org.apache.mina.transport.socket.apr.AprSocketAcceptor
-
Returns the local address which is bound currently.
- getLocalAddress() - Method in interface org.apache.mina.transport.socket.DatagramAcceptor
-
- getLocalAddress() - Method in class org.apache.mina.transport.socket.nio.NioDatagramAcceptor
-
- getLocalAddress() - Method in class org.apache.mina.transport.socket.nio.NioSocketAcceptor
-
Returns the local address which is bound currently.
- getLocalAddress() - Method in interface org.apache.mina.transport.socket.SocketAcceptor
-
- getLocalAddress() - Method in class org.apache.mina.transport.vmpipe.VmPipeAcceptor
-
Returns the local address which is bound currently.
- getLocalAddresses() - Method in class org.apache.mina.core.service.AbstractIoAcceptor.AcceptorOperationFuture
-
- getLocalAddresses() - Method in class org.apache.mina.core.service.AbstractIoAcceptor
-
Returns a
Set
of the local addresses which are bound currently.
- getLocalAddresses() - Method in interface org.apache.mina.core.service.IoAcceptor
-
Returns a
Set
of the local addresses which are bound currently.
- getLocationInfo() - Method in class org.apache.mina.util.Log4jXmlFormatter
-
- getLong() - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
- getLong(int) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
- getLong() - Method in class org.apache.mina.core.buffer.IoBuffer
-
- getLong(int) - Method in class org.apache.mina.core.buffer.IoBuffer
-
- getLong() - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getLong(int) - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getLong(int) - Method in class org.apache.mina.util.byteaccess.BufferByteArray
- getLong(int) - Method in class org.apache.mina.util.byteaccess.CompositeByteArray
- getLong() - Method in class org.apache.mina.util.byteaccess.CompositeByteArrayRelativeReader
- getLong(int) - Method in interface org.apache.mina.util.byteaccess.IoAbsoluteReader
-
- getLong() - Method in interface org.apache.mina.util.byteaccess.IoRelativeReader
-
- getManagedSessionCount() - Method in class org.apache.mina.core.service.AbstractIoService
- getManagedSessionCount() - Method in interface org.apache.mina.core.service.IoService
-
- getManagedSessionCount() - Method in class org.apache.mina.core.service.IoServiceListenerSupport
-
- getManagedSessions() - Method in class org.apache.mina.core.service.AbstractIoService
- getManagedSessions() - Method in interface org.apache.mina.core.service.IoService
-
- getManagedSessions() - Method in class org.apache.mina.core.service.IoServiceListenerSupport
-
- getMapKeyType(Class<?>, String) - Method in class org.apache.mina.integration.jmx.ObjectMBean
-
- getMapValueType(Class<?>, String) - Method in class org.apache.mina.integration.jmx.ObjectMBean
-
- getMatchCount() - Method in class org.apache.mina.proxy.utils.IoBufferDecoder.DecodingContext
-
- getMaxCachedBufferSize() - Method in class org.apache.mina.core.buffer.CachedBufferAllocator
-
- getMaxDataLength() - Method in class org.apache.mina.filter.codec.prefixedstring.PrefixedStringDecoder
-
Gets the maximum number of bytes allowed for a single String
- getMaxDataLength() - Method in class org.apache.mina.filter.codec.prefixedstring.PrefixedStringEncoder
-
Gets the maximum number of bytes allowed for encoding a single String *
- getMaximumPoolSize() - Method in class org.apache.mina.filter.executor.OrderedThreadPoolExecutor
- getMaximumPoolSize() - Method in class org.apache.mina.filter.executor.UnorderedThreadPoolExecutor
-
- getMaximumTime(IoEventType) - Method in class org.apache.mina.filter.statistic.ProfilerTimerFilter
-
The maximum time the method represented by
IoEventType
has executed
- getMaxInsertByte() - Method in class org.apache.mina.filter.errorgenerating.ErrorGeneratingFilter
-
- getMaxLineLength() - Method in class org.apache.mina.filter.codec.textline.TextLineDecoder
-
- getMaxLineLength() - Method in class org.apache.mina.filter.codec.textline.TextLineEncoder
-
- getMaxObjectSize() - Method in class org.apache.mina.filter.codec.serialization.ObjectSerializationDecoder
-
- getMaxObjectSize() - Method in class org.apache.mina.filter.codec.serialization.ObjectSerializationEncoder
-
- getMaxObjectSize() - Method in class org.apache.mina.filter.codec.serialization.ObjectSerializationInputStream
-
- getMaxObjectSize() - Method in class org.apache.mina.filter.codec.serialization.ObjectSerializationOutputStream
-
- getMaxPoolSize() - Method in class org.apache.mina.core.buffer.CachedBufferAllocator
-
- getMaxReadBufferSize() - Method in class org.apache.mina.core.session.AbstractIoSessionConfig
- getMaxReadBufferSize() - Method in interface org.apache.mina.core.session.IoSessionConfig
-
- getMBeanInfo() - Method in class org.apache.mina.integration.jmx.ObjectMBean
-
- getMediumInt() - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
-
Relative get method for reading a medium int value.
- getMediumInt(int) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
-
Absolute get method for reading a medium int value.
- getMediumInt() - Method in class org.apache.mina.core.buffer.IoBuffer
-
Relative get method for reading a medium int value.
- getMediumInt(int) - Method in class org.apache.mina.core.buffer.IoBuffer
-
Absolute get method for reading a medium int value.
- getMediumInt() - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getMediumInt(int) - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getMessage() - Method in class org.apache.mina.core.future.DefaultReadFuture
-
Get the read message.
- getMessage() - Method in interface org.apache.mina.core.future.ReadFuture
-
Get the read message.
- getMessage() - Method in class org.apache.mina.core.write.DefaultWriteRequest
-
- getMessage() - Method in interface org.apache.mina.core.write.WriteRequest
-
- getMessage() - Method in class org.apache.mina.core.write.WriteRequestWrapper
- getMessage() - Method in exception org.apache.mina.example.tapedeck.CommandSyntaxException
-
- getMessage() - Method in exception org.apache.mina.filter.codec.ProtocolDecoderException
-
- getMessageClass() - Method in class org.apache.mina.filter.stream.AbstractStreamWriteFilter
-
- getMessageClass() - Method in class org.apache.mina.filter.stream.FileRegionWriteFilter
-
- getMessageClass() - Method in class org.apache.mina.filter.stream.StreamWriteFilter
-
- getMessageFactory() - Method in class org.apache.mina.filter.keepalive.KeepAliveFilter
-
- getMessageHandler(Class<E>) - Method in class org.apache.mina.handler.demux.DemuxingIoHandler
-
- getMessageQueue() - Method in class org.apache.mina.filter.codec.AbstractProtocolDecoderOutput
-
- getMessageQueue() - Method in class org.apache.mina.filter.codec.AbstractProtocolEncoderOutput
-
- getMessageReceivedLogLevel() - Method in class org.apache.mina.filter.logging.LoggingFilter
-
Get the LogLevel for the MessageReceived event.
- getMessageSentLogLevel() - Method in class org.apache.mina.filter.logging.LoggingFilter
-
Get the LogLevel for the MessageSent event.
- getMethod() - Method in interface org.apache.mina.http.api.HttpRequest
-
Return the HTTP method used for this message
HttpMethod
- getMethod() - Method in class org.apache.mina.http.HttpRequestImpl
-
- getMethod() - Method in class org.apache.mina.statemachine.transition.MethodSelfTransition
-
- getMethod() - Method in class org.apache.mina.statemachine.transition.MethodTransition
-
- getMinimumTime(IoEventType) - Method in class org.apache.mina.filter.statistic.ProfilerTimerFilter
-
The minimum time the method represented by
IoEventType
has executed
- getMinReadBufferSize() - Method in class org.apache.mina.core.session.AbstractIoSessionConfig
- getMinReadBufferSize() - Method in interface org.apache.mina.core.session.IoSessionConfig
-
- getName() - Method in interface org.apache.mina.core.filterchain.IoFilterChain.Entry
-
- getName() - Method in class org.apache.mina.core.service.DefaultTransportMetadata
- getName() - Method in interface org.apache.mina.core.service.TransportMetadata
-
- 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
-
- getName() - Method in class org.apache.mina.filter.logging.LoggingFilter
-
- getName() - Method in class org.apache.mina.handler.chain.IoHandlerChain.Entry
-
- getName() - Method in class org.apache.mina.integration.jmx.ObjectMBean
-
- getName() - Method in class org.apache.mina.transport.serial.SerialAddress
-
The name of the device.
- getNewHandler(ProxyIoSession) - Method in enum org.apache.mina.proxy.handlers.http.HttpAuthenticationMethods
-
- getNewHandler(int, ProxyIoSession) - Static method in enum org.apache.mina.proxy.handlers.http.HttpAuthenticationMethods
-
- getNextAvailable() - Static method in class org.apache.mina.util.AvailablePortFinder
-
- getNextAvailable(int) - Static method in class org.apache.mina.util.AvailablePortFinder
-
- getNextBuffer(T) - Method in class org.apache.mina.filter.stream.AbstractStreamWriteFilter
-
- getNextBuffer(FileRegion) - Method in class org.apache.mina.filter.stream.FileRegionWriteFilter
-
- getNextBuffer(InputStream) - Method in class org.apache.mina.filter.stream.StreamWriteFilter
-
- getNextCommand() - Method in class org.apache.mina.handler.chain.IoHandlerChain.Entry
-
- getNextCommand(String) - Method in class org.apache.mina.handler.chain.IoHandlerChain
-
- getNextFilter(String) - Method in class org.apache.mina.core.filterchain.DefaultIoFilterChain
-
- getNextFilter(IoFilter) - Method in class org.apache.mina.core.filterchain.DefaultIoFilterChain
-
- getNextFilter(Class<? extends IoFilter>) - Method in class org.apache.mina.core.filterchain.DefaultIoFilterChain
-
- getNextFilter() - Method in interface org.apache.mina.core.filterchain.IoFilterChain.Entry
-
- getNextFilter(String) - Method in interface org.apache.mina.core.filterchain.IoFilterChain
-
- getNextFilter(IoFilter) - Method in interface org.apache.mina.core.filterchain.IoFilterChain
-
- getNextFilter(Class<? extends IoFilter>) - Method in interface org.apache.mina.core.filterchain.IoFilterChain
-
- getNextFilter() - Method in class org.apache.mina.core.filterchain.IoFilterEvent
-
- getNextFilter() - Method in class org.apache.mina.proxy.event.IoSessionEvent
-
- getNextState() - Method in class org.apache.mina.statemachine.transition.AbstractTransition
-
- getNextState() - Method in interface org.apache.mina.statemachine.transition.Transition
-
- getNotificationInfo() - Method in class org.apache.mina.integration.jmx.ObjectMBean
-
- getNotifyingTask() - Method in class org.apache.mina.core.session.IdleStatusChecker
-
get a runnable task able to be scheduled in the
IoService
executor.
- getNTLM2SessionResponse(String, byte[], byte[]) - Static method in class org.apache.mina.proxy.handlers.http.ntlm.NTLMResponses
-
Calculates the NTLM2 Session Response for the given challenge, using the
specified password and client nonce.
- getNTLMResponse(String, byte[]) - Static method in class org.apache.mina.proxy.handlers.http.ntlm.NTLMResponses
-
Calculates the NTLM Response for the given challenge, using the
specified password.
- getNTLMv2Response(String, String, String, byte[], byte[], byte[]) - Static method in class org.apache.mina.proxy.handlers.http.ntlm.NTLMResponses
-
Calculates the NTLMv2 Response for the given challenge, using the
specified authentication target, username, password, target information
block, and client nonce.
- getNTLMv2Response(String, String, String, byte[], byte[], byte[], long) - Static method in class org.apache.mina.proxy.handlers.http.ntlm.NTLMResponses
-
Calculates the NTLMv2 Response for the given challenge, using the
specified authentication target, username, password, target information
block, and client nonce.
- getNumberOfCharacters() - Method in class org.apache.mina.example.imagine.step1.ImageRequest
-
- getNumberOfUsers() - Method in class org.apache.mina.example.chat.ChatProtocolHandler
-
- getObject() - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
-
Reads a Java object from the buffer using the context
ClassLoader
of the current thread.
- getObject(ClassLoader) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
-
Reads a Java object from the buffer using the specified
classLoader.
- getObject() - Method in class org.apache.mina.core.buffer.IoBuffer
-
Reads a Java object from the buffer using the context
ClassLoader
of the current thread.
- getObject(ClassLoader) - Method in class org.apache.mina.core.buffer.IoBuffer
-
Reads a Java object from the buffer using the specified
classLoader.
- getObject() - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getObject(ClassLoader) - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getOEMStringAsByteArray(String) - Static method in class org.apache.mina.proxy.utils.ByteUtilities
-
Converts an OEM string as defined in NTLM protocol (eg ASCII charset)
to a byte array.
- getOnEntrySelfTransitions() - Method in class org.apache.mina.statemachine.State
-
- getOnExitSelfTransitions() - Method in class org.apache.mina.statemachine.State
-
- getOriginalRequest() - Method in class org.apache.mina.core.write.DefaultWriteRequest
-
- getOriginalRequest() - Method in interface org.apache.mina.core.write.WriteRequest
-
- getOriginalRequest() - Method in class org.apache.mina.core.write.WriteRequestWrapper
- getOsVersion() - Static method in class org.apache.mina.proxy.handlers.http.ntlm.NTLMUtilities
-
Tries to return a valid OS version on Windows systems.
- getOutputBufferSize() - Method in interface org.apache.mina.transport.serial.SerialSessionConfig
-
Gets the output buffer size.
- getParameter() - Method in class org.apache.mina.core.session.IoEvent
-
- getParameter(String) - Method in interface org.apache.mina.http.api.HttpRequest
-
Returns the value of a request parameter as a String, or null if the parameter does not exist.
- getParameter(String) - Method in class org.apache.mina.http.HttpRequestImpl
-
- getParameters() - Method in interface org.apache.mina.http.api.HttpRequest
-
- getParameters() - Method in class org.apache.mina.http.HttpRequestImpl
-
- getParent() - Method in class org.apache.mina.statemachine.State
-
- getParentBuffer() - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getParentRequest() - Method in class org.apache.mina.core.write.WriteRequestWrapper
-
- getParity() - Method in class org.apache.mina.transport.serial.SerialAddress
-
The parity check for this communication.
- getPassword() - Method in class org.apache.mina.example.tapedeck.PasswordCommand
-
- getPassword() - Method in class org.apache.mina.proxy.handlers.socks.SocksProxyRequest
-
Return the user password.
- 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
-
- getPoolSize() - Method in class org.apache.mina.filter.executor.OrderedThreadPoolExecutor
- getPoolSize() - Method in class org.apache.mina.filter.executor.UnorderedThreadPoolExecutor
-
- getPort() - Method in class org.apache.mina.proxy.handlers.socks.SocksProxyRequest
-
Return the server port as a byte array.
- getPort() - Method in class org.apache.mina.transport.vmpipe.VmPipeAddress
-
- getPosition() - Method in class org.apache.mina.core.file.DefaultFileRegion
-
- getPosition() - Method in interface org.apache.mina.core.file.FileRegion
-
The current file position from which data will be read.
- getPossibleProperty(Map, Object, String) - Method in class org.apache.mina.integration.ognl.AbstractPropertyAccessor
-
- getPreferedOrder() - Method in class org.apache.mina.proxy.session.ProxyIoSession
-
- getPrefixedString(CharsetDecoder) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
-
Reads a string which has a 16-bit length field before the actual encoded
string, using the specified decoder
and returns it.
- getPrefixedString(int, CharsetDecoder) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
-
Reads a string which has a length field before the actual
encoded string, using the specified decoder
and returns it.
- getPrefixedString(CharsetDecoder) - Method in class org.apache.mina.core.buffer.IoBuffer
-
Reads a string which has a 16-bit length field before the actual encoded
string, using the specified decoder
and returns it.
- getPrefixedString(int, CharsetDecoder) - Method in class org.apache.mina.core.buffer.IoBuffer
-
Reads a string which has a length field before the actual encoded string,
using the specified decoder
and returns it.
- getPrefixedString(CharsetDecoder) - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getPrefixedString(int, CharsetDecoder) - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getPrefixLength() - Method in class org.apache.mina.filter.codec.prefixedstring.PrefixedStringDecoder
-
Gets the length of the length prefix (1, 2, or 4)
- getPrefixLength() - Method in class org.apache.mina.filter.codec.prefixedstring.PrefixedStringEncoder
-
Gets the length of the length prefix (1, 2, or 4)
- getProcessor() - Method in class org.apache.mina.core.session.AbstractIoSession
-
- getProcessor() - Method in class org.apache.mina.core.session.DummySession
- getProcessor() - Method in class org.apache.mina.transport.socket.apr.AprSession
- getProcessor() - Method in class org.apache.mina.transport.socket.nio.NioSession
- getProperties() - Method in class org.apache.mina.proxy.handlers.http.HttpProxyRequest
-
- getProperties() - Method in class org.apache.mina.util.Log4jXmlFormatter
-
Gets whether MDC key-value pairs should be output.
- getProperty(IoSession, String) - Static method in class org.apache.mina.filter.logging.MdcInjectionFilter
-
- getProperty(Map, Object, Object) - Method in class org.apache.mina.integration.ognl.AbstractPropertyAccessor
-
- getProperty0(OgnlContext, Object, String) - Method in class org.apache.mina.integration.ognl.AbstractPropertyAccessor
-
- getProperty0(OgnlContext, Object, String) - Method in class org.apache.mina.integration.ognl.IoFilterPropertyAccessor
-
- getProperty0(OgnlContext, Object, String) - Method in class org.apache.mina.integration.ognl.IoServicePropertyAccessor
-
- getProperty0(OgnlContext, Object, String) - Method in class org.apache.mina.integration.ognl.IoSessionPropertyAccessor
-
- getPropertyEditor(Class<?>, String, Class<?>) - Method in class org.apache.mina.integration.jmx.ObjectMBean
-
- getPropertyEditor(Class<?>, String, Class<?>) - Method in class org.apache.mina.integration.ognl.PropertyTypeConverter
-
- getProtocolVersion() - Method in class org.apache.mina.http.api.DefaultHttpResponse
-
- getProtocolVersion() - Method in interface org.apache.mina.http.api.HttpMessage
-
The HTTP version of the message
- getProtocolVersion() - Method in class org.apache.mina.http.HttpRequestImpl
-
- getProtocolVersion() - Method in class org.apache.mina.proxy.handlers.socks.SocksProxyRequest
-
Return the protocol version.
- getProviderName() - Method in class org.apache.mina.core.service.DefaultTransportMetadata
- getProviderName() - Method in interface org.apache.mina.core.service.TransportMetadata
-
- getProxyAddress() - Method in class org.apache.mina.proxy.session.ProxyIoSession
-
- getProxyFilter() - Method in class org.apache.mina.proxy.AbstractProxyLogicHandler
-
- getProxyFilter() - Method in class org.apache.mina.proxy.session.ProxyIoSession
-
- getProxyIoSession() - Method in class org.apache.mina.proxy.AbstractProxyLogicHandler
-
- getProxyIoSession() - Method in class org.apache.mina.proxy.ProxyConnector
-
- getProxyIoSession() - Method in interface org.apache.mina.proxy.ProxyLogicHandler
-
- getProxySession() - Method in class org.apache.mina.proxy.session.ProxyIoSessionInitializer
-
- getQueryString() - Method in interface org.apache.mina.http.api.HttpRequest
-
- getQueryString() - Method in class org.apache.mina.http.HttpRequestImpl
-
- getQueue() - Method in class org.apache.mina.filter.executor.OrderedThreadPoolExecutor
- getQueueHandler() - Method in class org.apache.mina.filter.executor.OrderedThreadPoolExecutor
-
- getQueueHandler() - Method in class org.apache.mina.filter.executor.UnorderedThreadPoolExecutor
-
- getQueueHandler() - Method in class org.apache.mina.filter.executor.WriteRequestFilter
-
- getReadBufferSize() - Method in class org.apache.mina.core.session.AbstractIoSessionConfig
- getReadBufferSize() - Method in interface org.apache.mina.core.session.IoSessionConfig
-
- getReadBytes() - Method in class org.apache.mina.core.service.IoServiceStatistics
-
- getReadBytes() - Method in class org.apache.mina.core.session.AbstractIoSession
- getReadBytes() - Method in interface org.apache.mina.core.session.IoSession
-
- getReadBytesThroughput() - Method in class org.apache.mina.core.service.IoServiceStatistics
-
- getReadBytesThroughput() - Method in class org.apache.mina.core.session.AbstractIoSession
- getReadBytesThroughput() - Method in interface org.apache.mina.core.session.IoSession
-
- getReaderIdleCount() - Method in class org.apache.mina.core.session.AbstractIoSession
- getReaderIdleCount() - Method in interface org.apache.mina.core.session.IoSession
-
- getReaderIdleTime() - Method in class org.apache.mina.core.session.AbstractIoSessionConfig
- getReaderIdleTime() - Method in interface org.apache.mina.core.session.IoSessionConfig
-
- getReaderIdleTimeInMillis() - Method in class org.apache.mina.core.session.AbstractIoSessionConfig
- getReaderIdleTimeInMillis() - Method in interface org.apache.mina.core.session.IoSessionConfig
-
- getReadMessages() - Method in class org.apache.mina.core.service.IoServiceStatistics
-
- getReadMessages() - Method in class org.apache.mina.core.session.AbstractIoSession
- getReadMessages() - Method in interface org.apache.mina.core.session.IoSession
-
- getReadMessagesThroughput() - Method in class org.apache.mina.core.service.IoServiceStatistics
-
- getReadMessagesThroughput() - Method in class org.apache.mina.core.session.AbstractIoSession
- getReadMessagesThroughput() - Method in interface org.apache.mina.core.session.IoSession
-
- getReadTimeout() - Method in class org.apache.mina.handler.stream.StreamIoHandler
-
- getReceiveBufferSize() - Method in interface org.apache.mina.transport.socket.DatagramSessionConfig
-
- getReceiveBufferSize() - Method in class org.apache.mina.transport.socket.DefaultDatagramSessionConfig
-
- getReceiveBufferSize() - Method in class org.apache.mina.transport.socket.DefaultSocketSessionConfig
-
- getReceiveBufferSize() - Method in interface org.apache.mina.transport.socket.SocketSessionConfig
-
- getReceivedMessageHandlerMap() - Method in class org.apache.mina.handler.demux.DemuxingIoHandler
-
- getReceiveThreshold() - Method in interface org.apache.mina.transport.serial.SerialSessionConfig
-
The current receive threshold (-1 if not enabled).
- getRemaining() - Method in interface org.apache.mina.util.byteaccess.ByteArray.Cursor
- getRemaining() - Method in interface org.apache.mina.util.byteaccess.IoRelativeReader
-
- getRemaining() - Method in interface org.apache.mina.util.byteaccess.IoRelativeWriter
-
- getRemainingBytes() - Method in class org.apache.mina.core.file.DefaultFileRegion
-
- getRemainingBytes() - Method in interface org.apache.mina.core.file.FileRegion
-
The number of bytes remaining to be written from the file to the remote
host.
- getRemoteAddress() - Method in class org.apache.mina.core.session.DummySession
- getRemoteAddress() - Method in interface org.apache.mina.core.session.IoSession
-
- getRemoteAddress() - Method in interface org.apache.mina.transport.serial.SerialSession
-
- getRemoteAddress() - Method in class org.apache.mina.transport.socket.apr.AprSession
- getRemoveByteProbability() - Method in class org.apache.mina.filter.errorgenerating.ErrorGeneratingFilter
-
- getRemovePduProbability() - Method in class org.apache.mina.filter.errorgenerating.ErrorGeneratingFilter
-
- getReplyCodeAsString(byte) - Static method in class org.apache.mina.proxy.handlers.socks.SocksProxyConstants
-
Return the string associated with the specified reply code.
- getRequest() - Method in exception org.apache.mina.core.write.WriteException
-
- getRequest(IoSession) - Method in interface org.apache.mina.filter.keepalive.KeepAliveMessageFactory
-
- getRequest() - Method in class org.apache.mina.proxy.session.ProxyIoSession
-
- getRequestInterval() - Method in class org.apache.mina.filter.keepalive.KeepAliveFilter
-
- getRequestPath() - Method in interface org.apache.mina.http.api.HttpRequest
-
Retrurn the HTTP request path
- getRequestPath() - Method in class org.apache.mina.http.HttpRequestImpl
-
- getRequests() - Method in exception org.apache.mina.core.write.WriteException
-
- getRequestTimeout() - Method in class org.apache.mina.filter.keepalive.KeepAliveFilter
-
- getRequestTimeoutHandler() - Method in class org.apache.mina.filter.keepalive.KeepAliveFilter
-
- getResendPduLasterProbability() - Method in class org.apache.mina.filter.errorgenerating.ErrorGeneratingFilter
-
- getResponse(IoSession, Object) - Method in interface org.apache.mina.filter.keepalive.KeepAliveMessageFactory
-
- getScheduledWriteBytes() - Method in class org.apache.mina.core.service.AbstractIoService
- getScheduledWriteBytes() - Method in interface org.apache.mina.core.service.IoService
-
- getScheduledWriteBytes() - Method in class org.apache.mina.core.service.IoServiceStatistics
-
- getScheduledWriteBytes() - Method in class org.apache.mina.core.session.AbstractIoSession
- getScheduledWriteBytes() - Method in interface org.apache.mina.core.session.IoSession
-
- getScheduledWriteMessages() - Method in class org.apache.mina.core.service.AbstractIoService
- getScheduledWriteMessages() - Method in interface org.apache.mina.core.service.IoService
-
- getScheduledWriteMessages() - Method in class org.apache.mina.core.service.IoServiceStatistics
-
- getScheduledWriteMessages() - Method in class org.apache.mina.core.session.AbstractIoSession
- getScheduledWriteMessages() - Method in interface org.apache.mina.core.session.IoSession
-
- getSendBufferSize() - Method in interface org.apache.mina.transport.socket.DatagramSessionConfig
-
- getSendBufferSize() - Method in class org.apache.mina.transport.socket.DefaultDatagramSessionConfig
-
- getSendBufferSize() - Method in class org.apache.mina.transport.socket.DefaultSocketSessionConfig
-
- getSendBufferSize() - Method in interface org.apache.mina.transport.socket.SocketSessionConfig
-
- getSentMessageHandlerMap() - Method in class org.apache.mina.handler.demux.DemuxingIoHandler
-
- getSequence() - Method in class org.apache.mina.example.sumup.message.AbstractMessage
-
- getServer() - Method in class org.apache.mina.integration.jmx.ObjectMBean
-
- getServerAddress() - Method in class org.apache.mina.example.chat.client.ConnectDialog
-
- getServerSocketFactory() - Static method in class org.apache.mina.example.echoserver.ssl.SslServerSocketFactory
-
- getService() - Method in class org.apache.mina.core.session.AbstractIoSession
- getService() - Method in class org.apache.mina.core.session.DummySession
- getService() - Method in interface org.apache.mina.core.session.IoSession
-
- getServiceAddress() - Method in class org.apache.mina.core.session.AbstractIoSession
- getServiceAddress() - Method in interface org.apache.mina.core.session.IoSession
-
- getServiceAddress() - Method in interface org.apache.mina.transport.serial.SerialSession
-
- getServiceAddress() - Method in class org.apache.mina.transport.socket.apr.AprSession
- getServiceKerberosName() - Method in class org.apache.mina.proxy.handlers.socks.SocksProxyRequest
-
Return the Kerberos service name.
- getSession() - Method in class org.apache.mina.core.filterchain.DefaultIoFilterChain
-
- getSession() - Method in interface org.apache.mina.core.filterchain.IoFilterChain
-
- getSession() - Method in interface org.apache.mina.core.future.ConnectFuture
-
Returns
IoSession
which is the result of connect operation.
- getSession() - Method in class org.apache.mina.core.future.DefaultConnectFuture
- getSession() - Method in class org.apache.mina.core.future.DefaultIoFuture
- getSession() - Method in interface org.apache.mina.core.future.IoFuture
-
- getSession() - Method in class org.apache.mina.core.session.IoEvent
-
- getSession() - Method in class org.apache.mina.handler.multiton.SingleSessionIoHandlerAdapter
-
Deprecated.
Retrieves the session to which this handler is assigned.
- getSession() - Method in class org.apache.mina.proxy.AbstractProxyLogicHandler
-
- getSession() - Method in class org.apache.mina.proxy.event.IoSessionEvent
-
- getSession() - Method in class org.apache.mina.proxy.session.ProxyIoSession
-
- getSessionClosedLogLevel() - Method in class org.apache.mina.filter.logging.LoggingFilter
-
Get the LogLevel for the SessionClosed event.
- getSessionConfig() - Method in class org.apache.mina.core.polling.AbstractPollingIoAcceptor
- getSessionConfig() - Method in interface org.apache.mina.core.service.IoService
-
- getSessionConfig() - Method in class org.apache.mina.proxy.ProxyConnector
- getSessionConfig() - Method in class org.apache.mina.transport.serial.SerialConnector
-
- getSessionConfig() - Method in class org.apache.mina.transport.socket.apr.AprSocketConnector
- getSessionConfig() - Method in interface org.apache.mina.transport.socket.DatagramAcceptor
-
- getSessionConfig() - Method in interface org.apache.mina.transport.socket.DatagramConnector
-
- getSessionConfig() - Method in class org.apache.mina.transport.socket.nio.NioDatagramAcceptor
- getSessionConfig() - Method in class org.apache.mina.transport.socket.nio.NioDatagramConnector
-
- getSessionConfig() - Method in class org.apache.mina.transport.socket.nio.NioSocketConnector
- getSessionConfig() - Method in interface org.apache.mina.transport.socket.SocketAcceptor
-
- getSessionConfig() - Method in interface org.apache.mina.transport.socket.SocketConnector
-
- getSessionConfig() - Method in class org.apache.mina.transport.vmpipe.VmPipeAcceptor
- getSessionConfig() - Method in class org.apache.mina.transport.vmpipe.VmPipeConnector
- getSessionConfigType() - Method in class org.apache.mina.core.service.DefaultTransportMetadata
- getSessionConfigType() - Method in interface org.apache.mina.core.service.TransportMetadata
-
- getSessionCreatedLogLevel() - Method in class org.apache.mina.filter.logging.LoggingFilter
-
Get the LogLevel for the SessionCreated event.
- getSessionDataStructureFactory() - Method in class org.apache.mina.core.service.AbstractIoService
- getSessionDataStructureFactory() - Method in interface org.apache.mina.core.service.IoService
-
- getSessionIdleLogLevel() - Method in class org.apache.mina.filter.logging.LoggingFilter
-
Get the LogLevel for the SessionIdle event.
- getSessionInitializer() - Method in class org.apache.mina.core.polling.AbstractPollingIoConnector.ConnectionRequest
-
- getSessionOpenedLogLevel() - Method in class org.apache.mina.filter.logging.LoggingFilter
-
Get the LogLevel for the SessionOpened event.
- getSessionRecycler() - Method in interface org.apache.mina.transport.socket.DatagramAcceptor
-
- getSessionRecycler() - Method in class org.apache.mina.transport.socket.nio.NioDatagramAcceptor
-
- getShort() - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
- getShort(int) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
- getShort() - Method in class org.apache.mina.core.buffer.IoBuffer
-
- getShort(int) - Method in class org.apache.mina.core.buffer.IoBuffer
-
- getShort() - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getShort(int) - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getShort(int) - Method in class org.apache.mina.util.byteaccess.BufferByteArray
- getShort(int) - Method in class org.apache.mina.util.byteaccess.CompositeByteArray
- getShort() - Method in class org.apache.mina.util.byteaccess.CompositeByteArrayRelativeReader
- getShort(int) - Method in interface org.apache.mina.util.byteaccess.IoAbsoluteReader
-
- getShort() - Method in interface org.apache.mina.util.byteaccess.IoRelativeReader
-
- getSingleIoBuffer() - Method in class org.apache.mina.util.byteaccess.BufferByteArray
- getSingleIoBuffer() - Method in interface org.apache.mina.util.byteaccess.ByteArray
-
- getSingleIoBuffer() - Method in class org.apache.mina.util.byteaccess.CompositeByteArray
- getSingleValuedHeader(Map<String, List<String>>, String) - Static method in class org.apache.mina.proxy.utils.StringUtilities
-
Returns the value of the named header.
- getSlice(int, int) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
-
Get a new IoBuffer containing a slice of the current buffer
- getSlice(int) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
-
Get a new IoBuffer containing a slice of the current buffer
- getSlice(int, int) - Method in class org.apache.mina.core.buffer.IoBuffer
-
Get a new IoBuffer containing a slice of the current buffer
- getSlice(int) - Method in class org.apache.mina.core.buffer.IoBuffer
-
Get a new IoBuffer containing a slice of the current buffer
- getSlice(int, int) - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getSlice(int) - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getSocketFactory() - Static method in class org.apache.mina.example.echoserver.ssl.SslSocketFactory
-
- getSoLinger() - Method in class org.apache.mina.transport.socket.DefaultSocketSessionConfig
-
- getSoLinger() - Method in interface org.apache.mina.transport.socket.SocketSessionConfig
-
Please note that enabling SO_LINGER in Java NIO can result
in platform-dependent behavior and unexpected blocking of I/O thread.
- getSource(ObjectName) - Static method in class org.apache.mina.integration.jmx.ObjectMBean
-
- getSource() - Method in class org.apache.mina.integration.jmx.ObjectMBean
-
- getSslSession(IoSession) - Method in class org.apache.mina.filter.ssl.SslFilter
-
Returns the underlying
SSLSession
for the specified session.
- getState(S) - Method in class org.apache.mina.core.polling.AbstractPollingIoProcessor
-
Get the state of a session (One of OPENING, OPEN, CLOSING)
- getState(String) - Method in class org.apache.mina.statemachine.StateMachine
-
Returns the
State
with the specified id.
- getState(AprSession) - Method in class org.apache.mina.transport.socket.apr.AprIoProcessor
-
Get the state of a session (One of OPENING, OPEN, CLOSING)
- getState(NioSession) - Method in class org.apache.mina.transport.socket.nio.NioProcessor
-
Get the state of a session (One of OPENING, OPEN, CLOSING)
- getStates() - Method in class org.apache.mina.statemachine.StateMachine
-
- getStatistics() - Method in class org.apache.mina.core.service.AbstractIoService
- getStatistics() - Method in interface org.apache.mina.core.service.IoService
-
- getStatus() - Method in class org.apache.mina.http.api.DefaultHttpResponse
-
- getStatus() - Method in interface org.apache.mina.http.api.HttpResponse
-
The HTTP status code for the HTTP response (e.g.
- getStatus() - Method in class org.apache.mina.proxy.event.IoSessionEvent
-
- getStatusCode() - Method in exception org.apache.mina.http.HttpException
-
- getStatusCode() - Method in class org.apache.mina.proxy.handlers.http.HttpProxyResponse
-
- getStatusLine() - Method in class org.apache.mina.proxy.handlers.http.HttpProxyResponse
-
- getStopBits() - Method in class org.apache.mina.transport.serial.SerialAddress
-
Number of stop bits used.
- getString(CharsetDecoder) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
-
Reads a NUL
-terminated string from this buffer using the
specified decoder
and returns it.
- getString(int, CharsetDecoder) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
-
Reads a NUL
-terminated string from this buffer using the
specified decoder
and returns it.
- getString(CharsetDecoder) - Method in class org.apache.mina.core.buffer.IoBuffer
-
Reads a NUL
-terminated string from this buffer using the
specified decoder
and returns it.
- getString(int, CharsetDecoder) - Method in class org.apache.mina.core.buffer.IoBuffer
-
Reads a NUL
-terminated string from this buffer using the
specified decoder
and returns it.
- getString(int, CharsetDecoder) - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getString(CharsetDecoder) - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getSyllableCount() - Method in exception org.apache.mina.example.haiku.InvalidHaikuException
-
- getTapeNumber() - Method in class org.apache.mina.example.tapedeck.LoadCommand
-
- getTarget() - Method in class org.apache.mina.statemachine.transition.MethodTransition
-
- getTaskCount() - Method in class org.apache.mina.filter.executor.OrderedThreadPoolExecutor
- getTaskCount() - Method in class org.apache.mina.filter.executor.UnorderedThreadPoolExecutor
-
- getThreshold() - Method in class org.apache.mina.filter.executor.IoEventQueueThrottle
-
- getThroughputCalculationInterval() - Method in class org.apache.mina.core.service.IoServiceStatistics
-
- getThroughputCalculationInterval() - Method in class org.apache.mina.core.session.AbstractIoSessionConfig
- getThroughputCalculationInterval() - Method in interface org.apache.mina.core.session.IoSessionConfig
-
- getThroughputCalculationIntervalInMillis() - Method in class org.apache.mina.core.service.IoServiceStatistics
-
- getThroughputCalculationIntervalInMillis() - Method in class org.apache.mina.core.session.AbstractIoSessionConfig
- getThroughputCalculationIntervalInMillis() - Method in interface org.apache.mina.core.session.IoSessionConfig
-
- getThrowableStrRep(Throwable) - Static method in class org.apache.mina.util.Transform
-
Converts a Throwable into an array of Strings
- getTimeToLive() - Method in class org.apache.mina.core.session.ExpiringSessionRecycler
-
- getTimeToLive() - Method in class org.apache.mina.util.ExpiringMap.Expirer
-
- getTimeToLive() - Method in class org.apache.mina.util.ExpiringMap
-
- getTotalCalls(IoEventType) - Method in class org.apache.mina.filter.statistic.ProfilerTimerFilter
-
Gets the total number of times the method has been called that is represented by the
IoEventType
- getTotalTime(IoEventType) - Method in class org.apache.mina.filter.statistic.ProfilerTimerFilter
-
The total time this method has been executing
- getTrafficClass() - Method in interface org.apache.mina.transport.socket.DatagramSessionConfig
-
- getTrafficClass() - Method in class org.apache.mina.transport.socket.DefaultDatagramSessionConfig
-
- getTrafficClass() - Method in class org.apache.mina.transport.socket.DefaultSocketSessionConfig
-
- getTrafficClass() - Method in interface org.apache.mina.transport.socket.SocketSessionConfig
-
- getTransitions() - Method in class org.apache.mina.statemachine.State
-
- getTransportMetadata() - Method in interface org.apache.mina.core.service.IoService
-
- getTransportMetadata() - Method in class org.apache.mina.core.session.DummySession
- getTransportMetadata() - Method in interface org.apache.mina.core.session.IoSession
-
- getTransportMetadata() - Method in class org.apache.mina.proxy.ProxyConnector
- getTransportMetadata() - Method in class org.apache.mina.transport.serial.SerialConnector
-
- getTransportMetadata() - Method in class org.apache.mina.transport.socket.apr.AprSocketAcceptor
- getTransportMetadata() - Method in class org.apache.mina.transport.socket.apr.AprSocketConnector
- getTransportMetadata() - Method in class org.apache.mina.transport.socket.nio.NioDatagramAcceptor
-
- getTransportMetadata() - Method in class org.apache.mina.transport.socket.nio.NioDatagramConnector
-
- getTransportMetadata() - Method in class org.apache.mina.transport.socket.nio.NioSocketAcceptor
- getTransportMetadata() - Method in class org.apache.mina.transport.socket.nio.NioSocketConnector
- getTransportMetadata() - Method in class org.apache.mina.transport.vmpipe.VmPipeAcceptor
- getTransportMetadata() - Method in class org.apache.mina.transport.vmpipe.VmPipeConnector
- getTTL() - Method in class org.apache.mina.example.tennis.TennisBall
-
- getType() - Method in class org.apache.mina.core.session.IoEvent
-
- getType() - Method in class org.apache.mina.proxy.event.IoSessionEvent
-
- getUnsigned() - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
-
Reads one unsigned byte as a short integer.
- getUnsigned(int) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
-
Reads one byte as an unsigned short integer.
- getUnsigned() - Method in class org.apache.mina.core.buffer.IoBuffer
-
Reads one unsigned byte as a short integer.
- getUnsigned(int) - Method in class org.apache.mina.core.buffer.IoBuffer
-
Reads one byte as an unsigned short integer.
- getUnsigned() - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getUnsigned(int) - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getUnsignedInt() - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
-
Reads four bytes unsigned integer.
- getUnsignedInt(int) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
-
Reads four bytes unsigned integer.
- getUnsignedInt() - Method in class org.apache.mina.core.buffer.IoBuffer
-
Reads four bytes unsigned integer.
- getUnsignedInt(int) - Method in class org.apache.mina.core.buffer.IoBuffer
-
Reads four bytes unsigned integer.
- getUnsignedInt() - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getUnsignedInt(int) - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getUnsignedMediumInt() - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
-
Relative get method for reading an unsigned medium int value.
- getUnsignedMediumInt(int) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
-
Absolute get method for reading an unsigned medium int value.
- getUnsignedMediumInt() - Method in class org.apache.mina.core.buffer.IoBuffer
-
Relative get method for reading an unsigned medium int value.
- getUnsignedMediumInt(int) - Method in class org.apache.mina.core.buffer.IoBuffer
-
Absolute get method for reading an unsigned medium int value.
- getUnsignedMediumInt() - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getUnsignedMediumInt(int) - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getUnsignedShort() - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
-
Reads two bytes unsigned integer.
- getUnsignedShort(int) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
-
Reads two bytes unsigned integer.
- getUnsignedShort() - Method in class org.apache.mina.core.buffer.IoBuffer
-
Reads two bytes unsigned integer.
- getUnsignedShort(int) - Method in class org.apache.mina.core.buffer.IoBuffer
-
Reads two bytes unsigned integer.
- getUnsignedShort() - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getUnsignedShort(int) - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- getUsername() - Method in class org.apache.mina.example.chat.client.ConnectDialog
-
- getUsername() - Method in class org.apache.mina.example.tapedeck.UserCommand
-
- getUserName() - Method in class org.apache.mina.proxy.handlers.socks.SocksProxyRequest
-
Return the user name.
- getUTFStringAsByteArray(String) - Static method in class org.apache.mina.proxy.utils.ByteUtilities
-
Converts an UTF-16LE string as defined in NTLM protocol to a byte array.
- getValue() - Method in class org.apache.mina.core.future.DefaultIoFuture
-
- getValue() - Method in class org.apache.mina.example.sumup.message.AddMessage
-
- getValue() - Method in class org.apache.mina.example.sumup.message.ResultMessage
-
- getValue() - Method in class org.apache.mina.filter.codec.textline.LineDelimiter
-
- getValue() - Method in class org.apache.mina.integration.beans.AbstractPropertyEditor
-
- getValues() - Method in class org.apache.mina.util.LazyInitializedCacheMap
-
- getWidth() - Method in class org.apache.mina.example.imagine.step1.ImageRequest
-
- getWriteBufferSize() - Method in class org.apache.mina.filter.stream.AbstractStreamWriteFilter
-
- getWriteRequestQueue() - Method in class org.apache.mina.core.session.AbstractIoSession
-
Get the queue that contains the message waiting for being written.
- getWriteRequestQueue(IoSession) - Method in class org.apache.mina.core.session.DefaultIoSessionDataStructureFactory
-
- getWriteRequestQueue() - Method in interface org.apache.mina.core.session.IoSession
-
Get the queue that contains the message waiting for being written.
- getWriteRequestQueue(IoSession) - Method in interface org.apache.mina.core.session.IoSessionDataStructureFactory
-
- getWriterIdleCount() - Method in class org.apache.mina.core.session.AbstractIoSession
- getWriterIdleCount() - Method in interface org.apache.mina.core.session.IoSession
-
- getWriterIdleTime() - Method in class org.apache.mina.core.session.AbstractIoSessionConfig
- getWriterIdleTime() - Method in interface org.apache.mina.core.session.IoSessionConfig
-
- getWriterIdleTimeInMillis() - Method in class org.apache.mina.core.session.AbstractIoSessionConfig
- getWriterIdleTimeInMillis() - Method in interface org.apache.mina.core.session.IoSessionConfig
-
- getWriteTimeout() - Method in class org.apache.mina.core.session.AbstractIoSessionConfig
- getWriteTimeout() - Method in interface org.apache.mina.core.session.IoSessionConfig
-
- getWriteTimeout() - Method in class org.apache.mina.handler.stream.StreamIoHandler
-
- getWriteTimeoutInMillis() - Method in class org.apache.mina.core.session.AbstractIoSessionConfig
- getWriteTimeoutInMillis() - Method in interface org.apache.mina.core.session.IoSessionConfig
-
- getWrittenBytes() - Method in class org.apache.mina.core.file.DefaultFileRegion
-
- getWrittenBytes() - Method in interface org.apache.mina.core.file.FileRegion
-
The total number of bytes already written.
- getWrittenBytes() - Method in class org.apache.mina.core.service.IoServiceStatistics
-
- getWrittenBytes() - Method in class org.apache.mina.core.session.AbstractIoSession
- getWrittenBytes() - Method in interface org.apache.mina.core.session.IoSession
-
- getWrittenBytesThroughput() - Method in class org.apache.mina.core.service.IoServiceStatistics
-
- getWrittenBytesThroughput() - Method in class org.apache.mina.core.session.AbstractIoSession
- getWrittenBytesThroughput() - Method in interface org.apache.mina.core.session.IoSession
-
- getWrittenMessages() - Method in class org.apache.mina.core.service.IoServiceStatistics
-
- getWrittenMessages() - Method in class org.apache.mina.core.session.AbstractIoSession
- getWrittenMessages() - Method in interface org.apache.mina.core.session.IoSession
-
- getWrittenMessagesThroughput() - Method in class org.apache.mina.core.service.IoServiceStatistics
-
- getWrittenMessagesThroughput() - Method in class org.apache.mina.core.session.AbstractIoSession
- getWrittenMessagesThroughput() - Method in interface org.apache.mina.core.session.IoSession
-
- 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
-
- GSSAPI_AUTH - Static variable in class org.apache.mina.proxy.handlers.socks.SocksProxyConstants
-
- GSSAPI_AUTH_SUBNEGOTIATION_VERSION - Static variable in class org.apache.mina.proxy.handlers.socks.SocksProxyConstants
-
- GSSAPI_MSG_TYPE - Static variable in class org.apache.mina.proxy.handlers.socks.SocksProxyConstants
-
- 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
-
- handle(Event) - Method in class org.apache.mina.statemachine.StateMachine
-
- handleMessage(IoSession, E) - Method in interface org.apache.mina.handler.demux.MessageHandler
-
Invoked when the specific type of message is received from or sent to
the specified session
.
- HANDLER - Static variable in class org.apache.mina.handler.multiton.SingleSessionIoHandlerDelegate
-
Deprecated.
- handleResponse(HttpProxyResponse) - Method in class org.apache.mina.proxy.handlers.http.AbstractAuthLogicHandler
-
Handles a HTTP response from the proxy server.
- handleResponse(HttpProxyResponse) - Method in class org.apache.mina.proxy.handlers.http.AbstractHttpLogicHandler
-
Handles a HTTP response from the proxy server.
- handleResponse(HttpProxyResponse) - Method in class org.apache.mina.proxy.handlers.http.basic.HttpBasicAuthLogicHandler
-
Handles a HTTP response from the proxy server.
- handleResponse(HttpProxyResponse) - Method in class org.apache.mina.proxy.handlers.http.basic.HttpNoAuthLogicHandler
-
Handles a HTTP response from the proxy server.
- handleResponse(HttpProxyResponse) - Method in class org.apache.mina.proxy.handlers.http.digest.HttpDigestAuthLogicHandler
-
- handleResponse(HttpProxyResponse) - Method in class org.apache.mina.proxy.handlers.http.HttpSmartProxyHandler
-
Handle a HTTP response from the proxy server.
- handleResponse(HttpProxyResponse) - Method in class org.apache.mina.proxy.handlers.http.ntlm.HttpNTLMAuthLogicHandler
-
Handles a HTTP response from the proxy server.
- handleResponse(IoBuffer) - Method in class org.apache.mina.proxy.handlers.socks.Socks4LogicHandler
-
Handle a SOCKS4/SOCKS4a response from the proxy server.
- handleResponse(IoFilter.NextFilter, IoBuffer, int) - Method in class org.apache.mina.proxy.handlers.socks.Socks5LogicHandler
-
Handle a SOCKS v5 response from the proxy server.
- hasArray() - Method in class org.apache.mina.core.buffer.IoBuffer
-
- hasArray() - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- hasFragmentation() - Method in class org.apache.mina.core.service.DefaultTransportMetadata
- hasFragmentation() - Method in interface org.apache.mina.core.service.TransportMetadata
-
- hasGetProperty(OgnlContext, Object, Object) - Method in class org.apache.mina.integration.ognl.AbstractPropertyAccessor
-
- hasGetProperty(Map, Object, Object) - Method in class org.apache.mina.integration.ognl.AbstractPropertyAccessor
-
- hasGetProperty0(OgnlContext, Object, String) - Method in class org.apache.mina.integration.ognl.AbstractPropertyAccessor
-
- hasGetProperty0(OgnlContext, Object, String) - Method in class org.apache.mina.integration.ognl.IoFilterPropertyAccessor
-
- hasGetProperty0(OgnlContext, Object, String) - Method in class org.apache.mina.integration.ognl.IoServicePropertyAccessor
-
- hasGetProperty0(OgnlContext, Object, String) - Method in class org.apache.mina.integration.ognl.IoSessionPropertyAccessor
-
- hashCode() - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
- hashCode() - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- hashCode() - Method in class org.apache.mina.core.session.AbstractIoSession
- hashCode() - Method in class org.apache.mina.core.session.AttributeKey
-
- hashCode() - Method in class org.apache.mina.example.haiku.Haiku
-
- hashCode() - Method in class org.apache.mina.filter.codec.textline.LineDelimiter
- hashCode() - Method in class org.apache.mina.statemachine.State
- hashCode() - Method in class org.apache.mina.statemachine.transition.AbstractTransition
-
- hashCode() - Method in class org.apache.mina.statemachine.transition.MethodTransition
-
- hashCode() - Method in class org.apache.mina.transport.vmpipe.VmPipeAddress
- hashCode() - Method in class org.apache.mina.util.ExpiringMap
-
- hashCode() - Method in class org.apache.mina.util.SynchronizedQueue
-
- hasNext() - Method in class org.apache.mina.transport.socket.nio.NioProcessor.IoSessionIterator
- hasRemaining() - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
- hasRemaining() - Method in class org.apache.mina.core.buffer.IoBuffer
-
- hasRemaining() - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- hasRemaining() - Method in interface org.apache.mina.util.byteaccess.ByteArray.Cursor
-
Checks if there are any remaining bytes that can be read.
- hasRemaining() - Method in interface org.apache.mina.util.byteaccess.IoRelativeReader
-
Checks if there are any remaining bytes that can be read.
- hasRemaining() - Method in interface org.apache.mina.util.byteaccess.IoRelativeWriter
-
- hasSetProperty(OgnlContext, Object, Object) - Method in class org.apache.mina.integration.ognl.AbstractPropertyAccessor
-
- hasSetProperty(Map, Object, Object) - Method in class org.apache.mina.integration.ognl.AbstractPropertyAccessor
-
- hasSetProperty0(OgnlContext, Object, String) - Method in class org.apache.mina.integration.ognl.AbstractPropertyAccessor
-
- hasSetProperty0(OgnlContext, Object, String) - Method in class org.apache.mina.integration.ognl.IoFilterPropertyAccessor
-
- hasSetProperty0(OgnlContext, Object, String) - Method in class org.apache.mina.integration.ognl.IoServicePropertyAccessor
-
- hasSetProperty0(OgnlContext, Object, String) - Method in class org.apache.mina.integration.ognl.IoSessionPropertyAccessor
-
- HEADER_LEN - Static variable in class org.apache.mina.example.sumup.codec.Constants
-
- HEADER_VALUE_PATTERN - Static variable in class org.apache.mina.http.HttpClientDecoder
-
Regex to parse header name and value
- HEADER_VALUE_PATTERN - Static variable in class org.apache.mina.http.HttpServerDecoder
-
Regex to parse header name and value
- HEADERS_BODY_PATTERN - Static variable in class org.apache.mina.http.HttpClientDecoder
-
Regex to parse raw headers from body
- HEADERS_BODY_PATTERN - Static variable in class org.apache.mina.http.HttpServerDecoder
-
Regex to parse raw headers from body
- hmacMD5(byte[], byte[]) - Static method in class org.apache.mina.proxy.handlers.http.ntlm.NTLMResponses
-
Calculates the HMAC-MD5 hash of the given data using the specified
hashing key.
- HOST - Static variable in class org.apache.mina.example.imagine.step1.client.GraphicalCharGenClient
-
- HTTP_1_0 - Static variable in class org.apache.mina.proxy.handlers.http.HttpProxyConstants
-
The HTTP 1.0 protocol version string.
- HTTP_1_1 - Static variable in class org.apache.mina.proxy.handlers.http.HttpProxyConstants
-
The HTTP 1.1 protocol version string.
- HttpAuthenticationMethods - Enum in org.apache.mina.proxy.handlers.http
-
HttpAuthenticationMethods.java - Enumerates all known http authentication methods.
- HttpBasicAuthLogicHandler - Class in org.apache.mina.proxy.handlers.http.basic
-
HttpBasicAuthLogicHandler.java - HTTP Basic authentication mechanism logic handler.
- HttpBasicAuthLogicHandler(ProxyIoSession) - Constructor for class org.apache.mina.proxy.handlers.http.basic.HttpBasicAuthLogicHandler
-
Build an HttpBasicAuthLogicHandler
- HttpClientCodec - Class in org.apache.mina.http
-
- HttpClientCodec() - Constructor for class org.apache.mina.http.HttpClientCodec
-
- HttpClientDecoder - Class in org.apache.mina.http
-
- HttpClientDecoder() - Constructor for class org.apache.mina.http.HttpClientDecoder
-
- HttpClientEncoder - Class in org.apache.mina.http
-
- HttpClientEncoder() - Constructor for class org.apache.mina.http.HttpClientEncoder
-
- HttpContentChunk - Interface in org.apache.mina.http.api
-
- HttpDigestAuthLogicHandler - Class in org.apache.mina.proxy.handlers.http.digest
-
HttpDigestAuthLogicHandler.java - HTTP Digest authentication mechanism logic handler.
- HttpDigestAuthLogicHandler(ProxyIoSession) - Constructor for class org.apache.mina.proxy.handlers.http.digest.HttpDigestAuthLogicHandler
-
- HttpEndOfContent - Class in org.apache.mina.http.api
-
- HttpEndOfContent() - Constructor for class org.apache.mina.http.api.HttpEndOfContent
-
- HttpException - Exception in org.apache.mina.http
-
- HttpException(int) - Constructor for exception org.apache.mina.http.HttpException
-
- HttpException(HttpStatus) - Constructor for exception org.apache.mina.http.HttpException
-
- HttpException(int, String) - Constructor for exception org.apache.mina.http.HttpException
-
- HttpException(HttpStatus, String) - Constructor for exception org.apache.mina.http.HttpException
-
- HttpMessage - Interface in org.apache.mina.http.api
-
An HTTP message, the ancestor of HTTP request & response.
- HttpMethod - Enum in org.apache.mina.http.api
-
- HttpNoAuthLogicHandler - Class in org.apache.mina.proxy.handlers.http.basic
-
HttpNoAuthLogicHandler.java - HTTP 'no auth' mechanism logic handler.
- HttpNoAuthLogicHandler(ProxyIoSession) - Constructor for class org.apache.mina.proxy.handlers.http.basic.HttpNoAuthLogicHandler
-
Build an HttpNoAuthLogicHandler
- HttpNTLMAuthLogicHandler - Class in org.apache.mina.proxy.handlers.http.ntlm
-
HttpNTLMAuthLogicHandler.java - HTTP NTLM authentication mechanism logic handler.
- HttpNTLMAuthLogicHandler(ProxyIoSession) - Constructor for class org.apache.mina.proxy.handlers.http.ntlm.HttpNTLMAuthLogicHandler
-
Build an HttpNTLMAuthLogicHandler
- HttpProxyConstants - Class in org.apache.mina.proxy.handlers.http
-
HttpProxyConstants.java - HTTP Proxy constants.
- HttpProxyConstants() - Constructor for class org.apache.mina.proxy.handlers.http.HttpProxyConstants
-
- HttpProxyRequest - Class in org.apache.mina.proxy.handlers.http
-
HttpProxyRequest.java - Wrapper class for HTTP requests.
- HttpProxyRequest(InetSocketAddress) - Constructor for class org.apache.mina.proxy.handlers.http.HttpProxyRequest
-
Constructor which creates a HTTP/1.0 CONNECT request to the specified
endpoint.
- HttpProxyRequest(InetSocketAddress, String) - Constructor for class org.apache.mina.proxy.handlers.http.HttpProxyRequest
-
Constructor which creates a CONNECT request to the specified endpoint
using the provided protocol version.
- HttpProxyRequest(InetSocketAddress, String, Map<String, List<String>>) - Constructor for class org.apache.mina.proxy.handlers.http.HttpProxyRequest
-
Constructor which creates a CONNECT request to the specified endpoint
using the provided protocol version and setting the requested headers.
- HttpProxyRequest(String) - Constructor for class org.apache.mina.proxy.handlers.http.HttpProxyRequest
-
Constructor which creates a HTTP/1.0 GET request to the specified
http URI.
- HttpProxyRequest(String, String) - Constructor for class org.apache.mina.proxy.handlers.http.HttpProxyRequest
-
Constructor which creates a GET request to the specified http URI
using the provided protocol version
- HttpProxyRequest(String, String, String) - Constructor for class org.apache.mina.proxy.handlers.http.HttpProxyRequest
-
Constructor which creates a request using the provided HTTP verb targeted at
the specified http URI using the provided protocol version.
- HttpProxyRequest(String, String, String, Map<String, List<String>>) - Constructor for class org.apache.mina.proxy.handlers.http.HttpProxyRequest
-
Constructor which creates a request using the provided HTTP verb targeted at
the specified http URI using the provided protocol version and setting the
requested headers.
- HttpProxyResponse - Class in org.apache.mina.proxy.handlers.http
-
HttpProxyResponse.java - Wrapper class for HTTP requests.
- HttpProxyResponse(String, String, Map<String, List<String>>) - Constructor for class org.apache.mina.proxy.handlers.http.HttpProxyResponse
-
Constructor of an HTTP proxy response.
- HttpRequest - Interface in org.apache.mina.http.api
-
An HTTP request
- HttpRequestImpl - Class in org.apache.mina.http
-
- HttpRequestImpl(HttpVersion, HttpMethod, String, String, Map<String, String>) - Constructor for class org.apache.mina.http.HttpRequestImpl
-
- HttpResponse - Interface in org.apache.mina.http.api
-
An HTTP response to an HTTP request
- HttpServerCodec - Class in org.apache.mina.http
-
- HttpServerCodec() - Constructor for class org.apache.mina.http.HttpServerCodec
-
- HttpServerDecoder - Class in org.apache.mina.http
-
- HttpServerDecoder() - Constructor for class org.apache.mina.http.HttpServerDecoder
-
- HttpServerEncoder - Class in org.apache.mina.http
-
- HttpServerEncoder() - Constructor for class org.apache.mina.http.HttpServerEncoder
-
- HttpSmartProxyHandler - Class in org.apache.mina.proxy.handlers.http
-
HttpSmartProxyHandler.java - HTTP proxy handler that automatically handles forwarding a request
to the appropriate authentication mechanism logic handler.
- HttpSmartProxyHandler(ProxyIoSession) - Constructor for class org.apache.mina.proxy.handlers.http.HttpSmartProxyHandler
-
- HttpStatus - Enum in org.apache.mina.http.api
-
An Enumeration
of all known HTTP status codes.
- HttpVerb - Enum in org.apache.mina.http.api
-
- HttpVersion - Enum in org.apache.mina.http.api
-
Type safe enumeration representing HTTP protocol version
- IdentityHashSet<E> - Class in org.apache.mina.util
-
- IdentityHashSet() - Constructor for class org.apache.mina.util.IdentityHashSet
-
- IdentityHashSet(int) - Constructor for class org.apache.mina.util.IdentityHashSet
-
- IdentityHashSet(Collection<E>) - Constructor for class org.apache.mina.util.IdentityHashSet
-
- IdleStatus - Class in org.apache.mina.core.session
-
- IdleStatusChecker - Class in org.apache.mina.core.session
-
Detects idle sessions and fires sessionIdle events to them.
- IdleStatusChecker() - Constructor for class org.apache.mina.core.session.IdleStatusChecker
-
- IdleStatusChecker.NotifyingTask - Class in org.apache.mina.core.session
-
The class to place in the transport executor for checking the sessions idle
- ImageClient - Class in org.apache.mina.example.imagine.step1.client
-
- 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
-
- 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
-
- 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
-
- ImageRequestDecoder() - Constructor for class org.apache.mina.example.imagine.step1.codec.ImageRequestDecoder
-
- ImageRequestEncoder - Class in org.apache.mina.example.imagine.step1.codec
-
- ImageRequestEncoder() - Constructor for class org.apache.mina.example.imagine.step1.codec.ImageRequestEncoder
-
- ImageResponse - Class in org.apache.mina.example.imagine.step1
-
- ImageResponse(BufferedImage, BufferedImage) - Constructor for class org.apache.mina.example.imagine.step1.ImageResponse
-
- ImageResponseDecoder - Class in org.apache.mina.example.imagine.step1.codec
-
- ImageResponseDecoder() - Constructor for class org.apache.mina.example.imagine.step1.codec.ImageResponseDecoder
-
- ImageResponseEncoder - Class in org.apache.mina.example.imagine.step1.codec
-
- 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
-
- ImageServerIoHandler() - Constructor for class org.apache.mina.example.imagine.step1.server.ImageServerIoHandler
-
- ImageServerIoHandler - Class in org.apache.mina.example.imagine.step3.server
-
- ImageServerIoHandler(MBeanServer) - Constructor for class org.apache.mina.example.imagine.step3.server.ImageServerIoHandler
-
Creates a new instance of ImageServerIoHandler.
- increaseIdleCount(IdleStatus, long) - Method in class org.apache.mina.core.session.AbstractIoSession
-
Increase the count of the various Idle counter
- increaseReadBufferSize() - Method in class org.apache.mina.core.session.AbstractIoSession
-
Increase the ReadBuffer size (it will double)
- increaseReadBytes(long, long) - Method in class org.apache.mina.core.service.IoServiceStatistics
-
Increases the count of read bytes by nbBytesRead
and sets
the last read time to currentTime
.
- increaseReadBytes(long, long) - Method in class org.apache.mina.core.session.AbstractIoSession
-
Increase the number of read bytes
- increaseReadMessages(long) - Method in class org.apache.mina.core.service.IoServiceStatistics
-
Increases the count of read messages by 1 and sets the last read time to
currentTime
.
- increaseReadMessages(long) - Method in class org.apache.mina.core.session.AbstractIoSession
-
Increase the number of read messages
- increaseScheduledWriteBytes(int) - Method in class org.apache.mina.core.service.IoServiceStatistics
-
Increments by increment
the count of bytes scheduled for write.
- increaseScheduledWriteBytes(int) - Method in class org.apache.mina.core.session.AbstractIoSession
-
Increase the number of scheduled write bytes for the session
- increaseScheduledWriteMessages() - Method in class org.apache.mina.core.service.IoServiceStatistics
-
Increments the count of messages scheduled for write.
- increaseScheduledWriteMessages() - Method in class org.apache.mina.core.session.AbstractIoSession
-
Increase the number of scheduled message to write
- increaseWrittenBytes(int, long) - Method in class org.apache.mina.core.service.IoServiceStatistics
-
Increases the count of written bytes by nbBytesWritten
and
sets the last write time to currentTime
.
- increaseWrittenBytes(int, long) - Method in class org.apache.mina.core.session.AbstractIoSession
-
Increase the number of written bytes
- increaseWrittenMessages(long) - Method in class org.apache.mina.core.service.IoServiceStatistics
-
Increases the count of written messages by 1 and sets the last write time
to currentTime
.
- increaseWrittenMessages(WriteRequest, long) - Method in class org.apache.mina.core.session.AbstractIoSession
-
Increase the number of written messages
- 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
-
- indexOf(byte) - Method in class org.apache.mina.core.buffer.AbstractIoBuffer
-
Returns the first occurrence position of the specified byte from the
current position to the current limit.
- indexOf(byte) - Method in class org.apache.mina.core.buffer.IoBuffer
-
Returns the first occurrence position of the specified byte from the
current position to the current limit.
- indexOf(byte) - Method in class org.apache.mina.core.buffer.IoBufferWrapper
-
- InetAddressEditor - Class in org.apache.mina.integration.beans
-
- InetAddressEditor() - Constructor for class org.apache.mina.integration.beans.InetAddressEditor
-
- InetSocketAddressEditor - Class in org.apache.mina.integration.beans
-
- InetSocketAddressEditor() - Constructor for class org.apache.mina.integration.beans.InetSocketAddressEditor
-
- 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
-
- init() - Method in interface org.apache.mina.core.filterchain.IoFilter
-
- init() - Method in class org.apache.mina.core.filterchain.IoFilterAdapter
-
- init() - Method in class org.apache.mina.core.polling.AbstractPollingIoAcceptor
-
Initialize the polling system, will be called at construction time.
- init(SelectorProvider) - Method in class org.apache.mina.core.polling.AbstractPollingIoAcceptor
-
Initialize the polling system, will be called at construction time.
- init() - Method in class org.apache.mina.core.polling.AbstractPollingIoConnector
-
Initialize the polling system, will be called at construction time.
- init(S) - Method in class org.apache.mina.core.polling.AbstractPollingIoProcessor
-
Initialize the polling of a session.
- init() - Method in class org.apache.mina.filter.buffer.IoBufferLazyInitializer
-
Initializes the value.
- init() - Method in class org.apache.mina.filter.codec.statemachine.DecodingStateMachine
-
Invoked to initialize this state machine.
- init() - Method in class org.apache.mina.filter.util.ReferenceCountingFilter
-
- init(AprSession) - Method in class org.apache.mina.transport.socket.apr.AprIoProcessor
-
- init() - Method in class org.apache.mina.transport.socket.apr.AprSocketAcceptor
-
Initialize the polling system, will be called at construction time.
- init(SelectorProvider) - Method in class org.apache.mina.transport.socket.apr.AprSocketAcceptor
-
- init() - Method in class org.apache.mina.transport.socket.apr.AprSocketConnector
-
Initialize the polling system, will be called at construction time.
- init(IoService) - Method in class org.apache.mina.transport.socket.DefaultSocketSessionConfig
-
- init() - Method in class org.apache.mina.transport.socket.nio.NioDatagramAcceptor
-
- init() - Method in class org.apache.mina.transport.socket.nio.NioDatagramConnector
-
- init(NioSession) - Method in class org.apache.mina.transport.socket.nio.NioProcessor
-
- init() - Method in class org.apache.mina.transport.socket.nio.NioSocketAcceptor
-
Initialize the polling system, will be called at construction time.
- init(SelectorProvider) - Method in class org.apache.mina.transport.socket.nio.NioSocketAcceptor
-
Initialize the polling system, will be called at construction time.
- init() - Method in class org.apache.mina.transport.socket.nio.NioSocketConnector
-
Initialize the polling system, will be called at construction time.
- init() - Method in class org.apache.mina.util.LazyInitializedCacheMap.NoopInitializer
-
- init() - Method in class org.apache.mina.util.LazyInitializer
-
Initializes the value.
- initializeSession(IoSession, T) - Method in interface org.apache.mina.core.session.IoSessionInitializer
-
- initializeSession(IoSession, T) - Method in class org.apache.mina.proxy.session.ProxyIoSessionInitializer
-
- initiateHandshake(IoSession) - Method in class org.apache.mina.filter.ssl.SslFilter
-
Initiate the SSL handshake.
- initSession(IoSession, IoFuture, IoSessionInitializer) - Method in class org.apache.mina.core.service.AbstractIoService
-
- inputClosed(IoFilter.NextFilter, IoSession) - Method in interface org.apache.mina.core.filterchain.IoFilter
-
- inputClosed(IoSession) - Method in interface org.apache.mina.core.filterchain.IoFilter.NextFilter
-
- inputClosed(IoFilter.NextFilter, IoSession) - Method in class org.apache.mina.core.filterchain.IoFilterAdapter
-
- inputClosed(IoSession) - Method in interface org.apache.mina.core.service.IoHandler
-
Handle the closure of an half-duplex TCP channel
- inputClosed(IoSession) - Method in class org.apache.mina.core.service.IoHandlerAdapter
-
Handle the closure of an half-duplex TCP channel
- inputClosed(IoSession) - Method in interface org.apache.mina.handler.multiton.SingleSessionIoHandler
-
Deprecated.
Invoked when a half-duplex connection is closed
- inputClosed(IoSession) - Method in class org.apache.mina.handler.multiton.SingleSessionIoHandlerAdapter
-
Deprecated.
- inputClosed(IoSession) - Method in class org.apache.mina.handler.multiton.SingleSessionIoHandlerDelegate
-
Deprecated.
Handle the closure of an half-duplex TCP channel
- inSubnet(InetAddress) - Method in class org.apache.mina.filter.firewall.Subnet
-
- IntegerDecodingState - Class in org.apache.mina.filter.codec.statemachine
-
DecodingState
which decodes
int
values in big-endian
order (high bytes come first).
- IntegerDecodingState() - Constructor for class org.apache.mina.filter.codec.statemachine.IntegerDecodingState
-
- IntegerEditor - Class in org.apache.mina.integration.beans
-
- IntegerEditor() - Constructor for class org.apache.mina.integration.beans.IntegerEditor
-
- intToNetworkByteOrder(int, int) - Static method in class org.apache.mina.proxy.utils.ByteUtilities
-
Encodes an integer into up to 4 bytes in network byte order.
- intToNetworkByteOrder(int, byte[], int, int) - Static method in class org.apache.mina.proxy.utils.ByteUtilities
-
Encodes an integer into up to 4 bytes in network byte order in the
supplied buffer starting at start
offset and writing
count
bytes.
- InvalidHaikuException - Exception in org.apache.mina.example.haiku
-
- InvalidHaikuException(int, String, int, int) - Constructor for exception org.apache.mina.example.haiku.InvalidHaikuException
-
- invoke(String, Object[], String[]) - Method in class org.apache.mina.integration.jmx.ObjectMBean
-
- invoke0(String, Object[], String[]) - Method in class org.apache.mina.integration.jmx.IoServiceMBean
-
- invoke0(String, Object[], String[]) - Method in class org.apache.mina.integration.jmx.IoSessionMBean
-
- invoke0(String, Object[], String[]) - Method in class org.apache.mina.integration.jmx.ObjectMBean
-
- IoAbsoluteReader - Interface in org.apache.mina.util.byteaccess
-
Provides absolute read access to a sequence of bytes.
- IoAbsoluteWriter - Interface in org.apache.mina.util.byteaccess
-
Provides absolute write access to a sequence of bytes.
- IoAcceptor - Interface in org.apache.mina.core.service
-
Accepts incoming connection, communicates with clients, and fires events to
IoHandler
s.
- IoBuffer - Class in org.apache.mina.core.buffer
-
A byte buffer used by MINA applications.
- IoBuffer() - Constructor for class org.apache.mina.core.buffer.IoBuffer
-
Creates a new instance.
- IoBufferAllocator - Interface in org.apache.mina.core.buffer
-
- IoBufferDecoder - Class in org.apache.mina.proxy.utils
-
IoBufferDecoder.java - Handles an
IoBuffer
decoder which supports
two methods :
- dynamic delimiter decoding
- fixed length content reading
- IoBufferDecoder(byte[]) - Constructor for class org.apache.mina.proxy.utils.IoBufferDecoder
-
Creates a new instance that uses specified delimiter byte array as a
message delimiter.
- IoBufferDecoder(int) - Constructor for class org.apache.mina.proxy.utils.IoBufferDecoder
-
Creates a new instance that will read messages of contentLength bytes.
- IoBufferDecoder.DecodingContext - Class in org.apache.mina.proxy.utils
-
The class holding the decoding context.
- IoBufferDecoder.DecodingContext() - Constructor for class org.apache.mina.proxy.utils.IoBufferDecoder.DecodingContext
-
- IoBufferLazyInitializer - Class in org.apache.mina.filter.buffer
-
- IoBufferLazyInitializer(int) - Constructor for class org.apache.mina.filter.buffer.IoBufferLazyInitializer
-
Constructor which sets allocated buffer size to bufferSize
.
- IoBufferWrapper - Class in org.apache.mina.core.buffer
-
A
IoBuffer
that wraps a buffer and proxies any operations to it.
- IoBufferWrapper(IoBuffer) - Constructor for class org.apache.mina.core.buffer.IoBufferWrapper
-
Create a new instance.
- IoConnector - Interface in org.apache.mina.core.service
-
Connects to endpoint, communicates with the server, and fires events to
IoHandler
s.
- IoEvent - Class in org.apache.mina.core.session
-
An I/O event or an I/O request that MINA provides.
- IoEvent(IoEventType, IoSession, Object) - Constructor for class org.apache.mina.core.session.IoEvent
-
- IoEventQueueHandler - Interface in org.apache.mina.filter.executor
-
- IoEventQueueThrottle - Class in org.apache.mina.filter.executor
-
Throttles incoming or outgoing events.
- IoEventQueueThrottle() - Constructor for class org.apache.mina.filter.executor.IoEventQueueThrottle
-
- IoEventQueueThrottle(int) - Constructor for class org.apache.mina.filter.executor.IoEventQueueThrottle
-
- IoEventQueueThrottle(IoEventSizeEstimator, int) - Constructor for class org.apache.mina.filter.executor.IoEventQueueThrottle
-
- IoEventSizeEstimator - Interface in org.apache.mina.filter.executor
-
Estimates the amount of memory that the specified
IoEvent
occupies
in the current JVM.
- IoEventType - Enum in org.apache.mina.core.session
-
An
Enum
that represents the type of I/O events and requests.
- IoFilter - Interface in org.apache.mina.core.filterchain
-
A filter which intercepts
IoHandler
events like Servlet
filters.
- IoFilter.NextFilter - Interface in org.apache.mina.core.filterchain
-
- IoFilterAdapter - Class in org.apache.mina.core.filterchain
-
- IoFilterAdapter() - Constructor for class org.apache.mina.core.filterchain.IoFilterAdapter
-
- IoFilterChain - Interface in org.apache.mina.core.filterchain
-
- IoFilterChain.Entry - Interface in org.apache.mina.core.filterchain
-
- IoFilterChainBuilder - Interface in org.apache.mina.core.filterchain
-
- IoFilterEvent - Class in org.apache.mina.core.filterchain
-
An I/O event or an I/O request that MINA provides for
IoFilter
s.
- IoFilterEvent(IoFilter.NextFilter, IoEventType, IoSession, Object) - Constructor for class org.apache.mina.core.filterchain.IoFilterEvent
-
- IoFilterEvents - Enum in org.apache.mina.statemachine.event
-
- IoFilterLifeCycleException - Exception in org.apache.mina.core.filterchain
-
- IoFilterLifeCycleException() - Constructor for exception org.apache.mina.core.filterchain.IoFilterLifeCycleException
-
- IoFilterLifeCycleException(String) - Constructor for exception org.apache.mina.core.filterchain.IoFilterLifeCycleException
-
- IoFilterLifeCycleException(String, Throwable) - Constructor for exception org.apache.mina.core.filterchain.IoFilterLifeCycleException
-
- IoFilterLifeCycleException(Throwable) - Constructor for exception org.apache.mina.core.filterchain.IoFilterLifeCycleException
-
- IoFilterMBean - Class in org.apache.mina.integration.jmx
-
- IoFilterMBean(IoFilter) - Constructor for class org.apache.mina.integration.jmx.IoFilterMBean
-
- IoFilterPropertyAccessor - Class in org.apache.mina.integration.ognl
-
- IoFilterPropertyAccessor() - Constructor for class org.apache.mina.integration.ognl.IoFilterPropertyAccessor
-
- IoFilterTransition - Annotation Type in org.apache.mina.statemachine.annotation
-
Annotation used on methods to indicate that the method handles a specific
kind of
IoFilterEvents
event when in a specific state.
- IoFilterTransitions - Annotation Type in org.apache.mina.statemachine.annotation
-
- IoFuture - Interface in org.apache.mina.core.future
-
Represents the completion of an asynchronous I/O operation on an
IoSession
.
- IoFutureListener<F extends IoFuture> - Interface in org.apache.mina.core.future
-
Something interested in being notified when