MINA 1.1.7(build 2016/02/28)
A B C D E F G H I J K L M N O P Q R S T U V W X Z 

E

EchoProtocolHandler - org.apache.mina.example.echoserver中的类
IoHandler implementation for echo server.
EchoProtocolHandler() - 类 的构造器org.apache.mina.example.echoserver.EchoProtocolHandler
 
encode(IoSession, Object, ProtocolEncoderOutput) - 类 中的方法org.apache.mina.example.httpserver.codec.HttpResponseEncoder
 
encode(IoSession, Object, ProtocolEncoderOutput) - 类 中的方法org.apache.mina.example.sumup.codec.AbstractMessageEncoder
 
encode(IoSession, Object, ProtocolEncoderOutput) - 接口 中的方法org.apache.mina.filter.codec.demux.MessageEncoder
Encodes higher-level message objects into binary or protocol-specific data.
encode(IoSession, Object, ProtocolEncoderOutput) - 类 中的方法org.apache.mina.filter.codec.netty.NettyEncoder
 
encode(IoSession, Object, ProtocolEncoderOutput) - 接口 中的方法org.apache.mina.filter.codec.ProtocolEncoder
Encodes higher-level message objects into binary or protocol-specific data.
encode(IoSession, Object, ProtocolEncoderOutput) - 类 中的方法org.apache.mina.filter.codec.serialization.ObjectSerializationEncoder
 
encode(IoSession, Object, ProtocolEncoderOutput) - 类 中的方法org.apache.mina.filter.codec.SynchronizedProtocolEncoder
 
encode(IoSession, Object, ProtocolEncoderOutput) - 类 中的方法org.apache.mina.filter.codec.textline.TextLineEncoder
 
encodeBody(IoSession, AbstractMessage, ByteBuffer) - 类 中的方法org.apache.mina.example.sumup.codec.AbstractMessageEncoder
 
encodeBody(IoSession, AbstractMessage, ByteBuffer) - 类 中的方法org.apache.mina.example.sumup.codec.AddMessageEncoder
 
encodeBody(IoSession, AbstractMessage, ByteBuffer) - 类 中的方法org.apache.mina.example.sumup.codec.ResultMessageEncoder
 
ENCODER - 类 中的静态变量org.apache.mina.filter.codec.ProtocolCodecFilter
 
encrypt(ByteBuffer) - 类 中的方法org.apache.mina.filter.support.SSLHandler
Encrypt provided buffer.
entrySet() - 类 中的方法org.apache.mina.util.ExpiringMap
 
equals(Object) - 类 中的方法org.apache.mina.common.ByteBuffer
 
equals(Object) - 类 中的方法org.apache.mina.common.ByteBufferProxy
 
equals(Object) - 类 中的方法org.apache.mina.example.haiku.Haiku
 
equals(Object) - 类 中的方法org.apache.mina.filter.codec.textline.LineDelimiter
 
equals(Object) - 类 中的方法org.apache.mina.transport.vmpipe.VmPipeAddress
 
equals(Object) - 类 中的方法org.apache.mina.util.AnonymousSocketAddress
 
equals(Object) - 类 中的方法org.apache.mina.util.ExpiringMap
 
error(String) - 类 中的方法org.apache.mina.example.chat.client.SwingChatClient
 
error(String) - 接口 中的方法org.apache.mina.example.chat.client.SwingChatClientHandler.Callback
 
error(IoSession, String) - 类 中的静态方法org.apache.mina.util.SessionLog
 
error(IoSession, String, Throwable) - 类 中的静态方法org.apache.mina.util.SessionLog
 
EXCEPTION - 类 中的静态变量org.apache.mina.filter.executor.ExecutorFilter.EventType
 
exceptionCaught(Throwable) - 类 中的方法org.apache.mina.common.ExceptionMonitor
Invoked when there are any uncaught exceptions.
exceptionCaught(IoFilter.NextFilter, IoSession, Throwable) - 接口 中的方法org.apache.mina.common.IoFilter
exceptionCaught(IoSession, Throwable) - 接口 中的方法org.apache.mina.common.IoFilter.NextFilter
Forwards exceptionCaught event to next filter.
exceptionCaught(IoFilter.NextFilter, IoSession, Throwable) - 类 中的方法org.apache.mina.common.IoFilterAdapter
 
exceptionCaught(IoSession, Throwable) - 接口 中的方法org.apache.mina.common.IoHandler
Invoked when any exception is thrown by user IoHandler implementation or by MINA.
exceptionCaught(IoSession, Throwable) - 类 中的方法org.apache.mina.common.IoHandlerAdapter
 
exceptionCaught(Throwable) - 类 中的方法org.apache.mina.common.support.DefaultExceptionMonitor
 
exceptionCaught(IoSession, Throwable) - 类 中的方法org.apache.mina.example.chat.ChatProtocolHandler
 
exceptionCaught(IoSession, Throwable) - 类 中的方法org.apache.mina.example.echoserver.EchoProtocolHandler
 
exceptionCaught(IoSession, Throwable) - 类 中的方法org.apache.mina.example.httpserver.codec.ServerHandler
 
exceptionCaught(IoSession, Throwable) - 类 中的方法org.apache.mina.example.reverser.ReverseProtocolHandler
 
exceptionCaught(IoSession, Throwable) - 类 中的方法org.apache.mina.example.sumup.ClientSessionHandler
 
exceptionCaught(IoSession, Throwable) - 类 中的方法org.apache.mina.example.sumup.ServerSessionHandler
 
exceptionCaught(IoSession, Throwable) - 类 中的方法org.apache.mina.example.tennis.TennisPlayer
 
exceptionCaught(IoFilter.NextFilter, IoSession, Throwable) - 类 中的方法org.apache.mina.filter.executor.ExecutorFilter
 
exceptionCaught(IoFilter.NextFilter, IoSession, Throwable) - 类 中的方法org.apache.mina.filter.LoggingFilter
 
exceptionCaught(IoFilter.NextFilter, IoSession, Throwable) - 类 中的方法org.apache.mina.filter.ReferenceCountingIoFilter
 
exceptionCaught(Throwable) - 接口 中的方法org.apache.mina.handler.multiton.SingleSessionIoHandler
Invoked when any exception is thrown by user IoHandler implementation or by MINA.
exceptionCaught(Throwable) - 类 中的方法org.apache.mina.handler.multiton.SingleSessionIoHandlerAdapter
 
exceptionCaught(IoSession, Throwable) - 类 中的方法org.apache.mina.handler.multiton.SingleSessionIoHandlerDelegate
Delegates the method call to the SingleSessionIoHandler.exceptionCaught(Throwable) method of the handler assigned to this session.
exceptionCaught(IoSession, Throwable) - 类 中的方法org.apache.mina.handler.StreamIoHandler
Forwards caught exceptions to input stream.
ExceptionMonitor - org.apache.mina.common中的类
Monitors uncaught exceptions.
ExceptionMonitor() - 类 的构造器org.apache.mina.common.ExceptionMonitor
 
execute(IoHandlerCommand.NextCommand, IoSession, Object) - 类 中的方法org.apache.mina.handler.chain.IoHandlerChain
 
execute(IoHandlerCommand.NextCommand, IoSession, Object) - 接口 中的方法org.apache.mina.handler.chain.IoHandlerCommand
Execute a unit of processing work to be performed.
execute(IoSession, Object) - 接口 中的方法org.apache.mina.handler.chain.IoHandlerCommand.NextCommand
Forwards the request to the next IoHandlerCommand in the IoHandlerChain.
execute(Runnable) - 类 中的方法org.apache.mina.util.NewThreadExecutor
 
ExecutorFilter - org.apache.mina.filter.executor中的类
A filter that forward events to Executor in backport-util-concurrent.
ExecutorFilter() - 类 的构造器org.apache.mina.filter.executor.ExecutorFilter
Creates a new instace with the default thread pool implementation (new ThreadPoolExecutor(16, 16, 60, TimeUnit.SECONDS, new LinkedBlockingQueue() )).
ExecutorFilter(Executor) - 类 的构造器org.apache.mina.filter.executor.ExecutorFilter
Creates a new instance with the specified executor.
ExecutorFilter.Event - org.apache.mina.filter.executor中的类
 
ExecutorFilter.EventType - org.apache.mina.filter.executor中的类
 
ExecutorThreadModel - org.apache.mina.common中的类
A ThreadModel which represents a thread model with an Executor per service.
ExecutorThreadModelFactoryBean - org.apache.mina.integration.spring中的类
Spring FactoryBean which makes it possible to set up a MINA ExecutorThreadModel using Spring.
ExecutorThreadModelFactoryBean() - 类 的构造器org.apache.mina.integration.spring.ExecutorThreadModelFactoryBean
 
expand(int) - 类 中的方法org.apache.mina.common.ByteBuffer
Changes the capacity and limit of this buffer so this buffer get the specified expectedRemaining room from the current position.
expand(int, int) - 类 中的方法org.apache.mina.common.ByteBuffer
Changes the capacity and limit of this buffer so this buffer get the specified expectedRemaining room from the specified pos.
expand(int, int) - 类 中的方法org.apache.mina.common.ByteBufferProxy
 
expand(int) - 类 中的方法org.apache.mina.common.ByteBufferProxy
 
expand(int, int) - 类 中的方法org.apache.mina.common.support.BaseByteBuffer
 
ExpirationListener<E> - org.apache.mina.util中的接口
A listener for expired object events.
expireBefore(long) - 类 中的方法org.apache.mina.util.ExpiringStack
 
expired(E) - 接口 中的方法org.apache.mina.util.ExpirationListener
 
ExpiringMap<K,V> - org.apache.mina.util中的类
A map with expiration.
ExpiringMap() - 类 的构造器org.apache.mina.util.ExpiringMap
 
ExpiringMap(int) - 类 的构造器org.apache.mina.util.ExpiringMap
 
ExpiringMap(int, int) - 类 的构造器org.apache.mina.util.ExpiringMap
 
ExpiringMap.Expirer - org.apache.mina.util中的类
 
ExpiringMap.Expirer() - 类 的构造器org.apache.mina.util.ExpiringMap.Expirer
 
ExpiringSessionRecycler - org.apache.mina.common中的类
An IoSessionRecycler with sessions that time out on inactivity.
ExpiringSessionRecycler() - 类 的构造器org.apache.mina.common.ExpiringSessionRecycler
 
ExpiringSessionRecycler(int) - 类 的构造器org.apache.mina.common.ExpiringSessionRecycler
 
ExpiringSessionRecycler(int, int) - 类 的构造器org.apache.mina.common.ExpiringSessionRecycler
 
ExpiringStack - org.apache.mina.util中的类
A unbounded stack with expiration.
ExpiringStack() - 类 的构造器org.apache.mina.util.ExpiringStack
Construct a new, empty stack.
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
MINA 1.1.7(build 2016/02/28)

Copyright © 2016 即时通讯网(52im.net) - 即时通讯开发者社区. All rights reserved.