Package org.apache.mina.util

Miscellaneous utility classes

See:
          Description

Interface Summary
ExpirationListener A listener for expired object events.
 

Class Summary
AnonymousSocketAddress A SocketAddress which represents anonymous address.
AvailablePortFinder Finds currently available server ports.
BlockingQueue A synchronized version of Queue.
ByteBufferUtil ByteBuffer utility.
CharsetUtil Utilities for dealing with Charsets.
ExpiringMap A map with expiration.
ExpiringStack A unbounded stack with expiration.
IdentityHashSet An IdentityHashMap-backed Set.
NamePreservingRunnable A Runnable wrapper that preserves the name of the thread after the runnable is complete (for Runnables that change the name of the Thread they use)
NewThreadExecutor An Executor that just launches in a new thread.
Queue A unbounded circular queue.
SessionLog Provides utility methods to log protocol-specific messages.
SessionUtil A session utility
Stack A unbounded stack.
 

Package org.apache.mina.util Description

Miscellaneous utility classes



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