MINA 2.0.13(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 

U

UdpClient - org.apache.mina.example.udp.perf中的类
An UDP client taht just send thousands of small messages to a UdpServer.
UdpClient() - 类 的构造器org.apache.mina.example.udp.perf.UdpClient
Create the UdpClient's instance
UdpServer - org.apache.mina.example.udp.perf中的类
An UDP server used for performance tests.
UdpServer() - 类 的构造器org.apache.mina.example.udp.perf.UdpServer
Create the UDP server
unbind() - 类 中的方法org.apache.mina.core.service.AbstractIoAcceptor
Unbinds from all local addresses that this service is bound to and stops to accept incoming connections.
unbind(SocketAddress) - 类 中的方法org.apache.mina.core.service.AbstractIoAcceptor
Unbinds from the specified local address and stop to accept incoming connections.
unbind(SocketAddress, SocketAddress...) - 类 中的方法org.apache.mina.core.service.AbstractIoAcceptor
Unbinds from the specified local addresses and stop to accept incoming connections.
unbind(Iterable<? extends SocketAddress>) - 类 中的方法org.apache.mina.core.service.AbstractIoAcceptor
Unbinds from the specified local addresses and stop to accept incoming connections.
unbind() - 接口 中的方法org.apache.mina.core.service.IoAcceptor
Unbinds from all local addresses that this service is bound to and stops to accept incoming connections.
unbind(SocketAddress) - 接口 中的方法org.apache.mina.core.service.IoAcceptor
Unbinds from the specified local address and stop to accept incoming connections.
unbind(SocketAddress, SocketAddress...) - 接口 中的方法org.apache.mina.core.service.IoAcceptor
Unbinds from the specified local addresses and stop to accept incoming connections.
unbind(Iterable<? extends SocketAddress>) - 接口 中的方法org.apache.mina.core.service.IoAcceptor
Unbinds from the specified local addresses and stop to accept incoming connections.
unbind0(List<? extends SocketAddress>) - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoAcceptor
Implement this method to perform the actual unbind operation.
unbind0(List<? extends SocketAddress>) - 类 中的方法org.apache.mina.core.service.AbstractIoAcceptor
Implement this method to perform the actual unbind operation.
unbind0(List<? extends SocketAddress>) - 类 中的方法org.apache.mina.transport.socket.nio.NioDatagramAcceptor
Implement this method to perform the actual unbind operation.
unbind0(List<? extends SocketAddress>) - 类 中的方法org.apache.mina.transport.vmpipe.VmPipeAcceptor
 
unblock() - 类 中的方法org.apache.mina.filter.executor.IoEventQueueThrottle
 
unblock(InetAddress) - 类 中的方法org.apache.mina.filter.firewall.BlacklistFilter
Unblocks the specified endpoint.
unblock(Subnet) - 类 中的方法org.apache.mina.filter.firewall.BlacklistFilter
Unblocks the specified subnet.
unhandledEvent() - 类 中的方法org.apache.mina.example.tapedeck.TapeDeckServer
 
UnhandledEventException - org.apache.mina.statemachine.event中的异常错误
Thrown when an Event passed to a state machine couldn't be handled.
UnhandledEventException(Event) - 异常错误 的构造器org.apache.mina.statemachine.event.UnhandledEventException
 
UNIX - 类 中的静态变量org.apache.mina.filter.codec.textline.LineDelimiter
The line delimiter constant of UNIX ("\n")
UnknownMessageTypeException - org.apache.mina.core.session中的异常错误
An exception that is thrown when the type of the message cannot be determined.
UnknownMessageTypeException() - 异常错误 的构造器org.apache.mina.core.session.UnknownMessageTypeException
 
UnknownMessageTypeException(String, Throwable) - 异常错误 的构造器org.apache.mina.core.session.UnknownMessageTypeException
 
UnknownMessageTypeException(String) - 异常错误 的构造器org.apache.mina.core.session.UnknownMessageTypeException
 
UnknownMessageTypeException(Throwable) - 异常错误 的构造器org.apache.mina.core.session.UnknownMessageTypeException
 
UnorderedThreadPoolExecutor - org.apache.mina.filter.executor中的类
A ThreadPoolExecutor that does not maintain the order of IoEvents.
UnorderedThreadPoolExecutor() - 类 的构造器org.apache.mina.filter.executor.UnorderedThreadPoolExecutor
 
UnorderedThreadPoolExecutor(int) - 类 的构造器org.apache.mina.filter.executor.UnorderedThreadPoolExecutor
 
UnorderedThreadPoolExecutor(int, int) - 类 的构造器org.apache.mina.filter.executor.UnorderedThreadPoolExecutor
 
UnorderedThreadPoolExecutor(int, int, long, TimeUnit) - 类 的构造器org.apache.mina.filter.executor.UnorderedThreadPoolExecutor
 
UnorderedThreadPoolExecutor(int, int, long, TimeUnit, IoEventQueueHandler) - 类 的构造器org.apache.mina.filter.executor.UnorderedThreadPoolExecutor
 
UnorderedThreadPoolExecutor(int, int, long, TimeUnit, ThreadFactory) - 类 的构造器org.apache.mina.filter.executor.UnorderedThreadPoolExecutor
 
UnorderedThreadPoolExecutor(int, int, long, TimeUnit, ThreadFactory, IoEventQueueHandler) - 类 的构造器org.apache.mina.filter.executor.UnorderedThreadPoolExecutor
 
unscheduledForFlush() - 类 中的方法org.apache.mina.core.session.AbstractIoSession
Change the session's status : it's not anymore scheduled for flush
update(long) - 类 中的方法org.apache.mina.core.file.DefaultFileRegion
 
update(long) - 接口 中的方法org.apache.mina.core.file.FileRegion
Updates the current file position based on the specified amount.
updateTextField(long) - 类 中的方法org.apache.mina.example.udp.ClientPanel
 
updateThroughput(long) - 类 中的方法org.apache.mina.core.service.IoServiceStatistics
Updates the throughput counters.
updateThroughput(long, boolean) - 类 中的方法org.apache.mina.core.session.AbstractIoSession
Update all statistical properties related with throughput assuming the specified time is the current time.
updateThroughput(boolean) - 类 中的方法org.apache.mina.core.session.DummySession
Update all statistical properties related with throughput.
updateThroughput(long, boolean) - 接口 中的方法org.apache.mina.core.session.IoSession
Update all statistical properties related with throughput assuming the specified time is the current time.
updateTrafficControl(S) - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoProcessor
Controls the traffic of the specified session depending of the IoSession.isReadSuspended() and IoSession.isWriteSuspended() flags
updateTrafficControl(S) - 接口 中的方法org.apache.mina.core.service.IoProcessor
Controls the traffic of the specified session depending of the IoSession.isReadSuspended() and IoSession.isWriteSuspended() flags
updateTrafficControl(S) - 类 中的方法org.apache.mina.core.service.SimpleIoProcessorPool
Controls the traffic of the specified session depending of the IoSession.isReadSuspended() and IoSession.isWriteSuspended() flags
updateTrafficControl(NioSession) - 类 中的方法org.apache.mina.transport.socket.nio.NioDatagramAcceptor
Controls the traffic of the specified session depending of the IoSession.isReadSuspended() and IoSession.isWriteSuspended() flags
updateTrafficMask(S) - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoProcessor
Updates the traffic mask for a given session
URIEditor - org.apache.mina.integration.beans中的类
A PropertyEditor which converts a String into a URI and vice versa.
URIEditor() - 类 的构造器org.apache.mina.integration.beans.URIEditor
 
URLEditor - org.apache.mina.integration.beans中的类
A PropertyEditor which converts a String into a URL and vice versa.
URLEditor() - 类 的构造器org.apache.mina.integration.beans.URLEditor
 
USE_NOTIFICATION - 类 中的静态变量org.apache.mina.filter.ssl.SslFilter
A session attribute key that makes this filter to emit a IoHandler.messageReceived(IoSession, Object) event with a special message (SslFilter.SESSION_SECURED or SslFilter.SESSION_UNSECURED).
user(AuthenticationHandler.AuthenticationContext, IoFilter.NextFilter, IoSession, UserCommand) - 类 中的方法org.apache.mina.example.tapedeck.AuthenticationHandler
 
USER_PROPERTY - 类 中的静态变量org.apache.mina.proxy.handlers.http.HttpProxyConstants
The username property.
UserCommand - org.apache.mina.example.tapedeck中的类
Represents the user <username> command.
UserCommand(String) - 类 的构造器org.apache.mina.example.tapedeck.UserCommand
 
A B C D E F G H I J K L M N O P Q R S T U V W 
MINA 2.0.13(build 2016/02/28)

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