|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.mina.core.IoUtil
public class IoUtil
A utility class that provides various convenience methods related with
IoSession and IoFuture.
| Method Summary | |
|---|---|
static void |
await(Iterable<? extends IoFuture> futures)
|
static boolean |
await(Iterable<? extends IoFuture> futures,
long timeoutMillis)
|
static boolean |
await(Iterable<? extends IoFuture> futures,
long timeout,
TimeUnit unit)
|
static void |
awaitUninterruptably(Iterable<? extends IoFuture> futures)
|
static boolean |
awaitUninterruptibly(Iterable<? extends IoFuture> futures,
long timeoutMillis)
|
static boolean |
awaitUninterruptibly(Iterable<? extends IoFuture> futures,
long timeout,
TimeUnit unit)
|
static List<WriteFuture> |
broadcast(Object message,
Collection<IoSession> sessions)
Writes the specified message to the specified sessions. |
static List<WriteFuture> |
broadcast(Object message,
IoSession... sessions)
Writes the specified message to the specified sessions. |
static List<WriteFuture> |
broadcast(Object message,
Iterable<IoSession> sessions)
Writes the specified message to the specified sessions. |
static List<WriteFuture> |
broadcast(Object message,
Iterator<IoSession> sessions)
Writes the specified message to the specified sessions. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static List<WriteFuture> broadcast(Object message,
Collection<IoSession> sessions)
message to the specified sessions.
If the specified message is an IoBuffer, the buffer is
automatically duplicated using IoBuffer.duplicate().
public static List<WriteFuture> broadcast(Object message,
Iterable<IoSession> sessions)
message to the specified sessions.
If the specified message is an IoBuffer, the buffer is
automatically duplicated using IoBuffer.duplicate().
public static List<WriteFuture> broadcast(Object message,
Iterator<IoSession> sessions)
message to the specified sessions.
If the specified message is an IoBuffer, the buffer is
automatically duplicated using IoBuffer.duplicate().
public static List<WriteFuture> broadcast(Object message,
IoSession... sessions)
message to the specified sessions.
If the specified message is an IoBuffer, the buffer is
automatically duplicated using IoBuffer.duplicate().
public static void await(Iterable<? extends IoFuture> futures)
throws InterruptedException
InterruptedExceptionpublic static void awaitUninterruptably(Iterable<? extends IoFuture> futures)
public static boolean await(Iterable<? extends IoFuture> futures,
long timeout,
TimeUnit unit)
throws InterruptedException
InterruptedException
public static boolean await(Iterable<? extends IoFuture> futures,
long timeoutMillis)
throws InterruptedException
InterruptedException
public static boolean awaitUninterruptibly(Iterable<? extends IoFuture> futures,
long timeout,
TimeUnit unit)
public static boolean awaitUninterruptibly(Iterable<? extends IoFuture> futures,
long timeoutMillis)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||