|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.xnio.AbstractIoFuture<T>
org.jboss.xnio.AbstractFutureConnection<A,T>
A
- the address typeT
- the channel typepublic abstract class AbstractFutureConnection<A,T>
Convenience abstract class for future connections.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.jboss.xnio.IoFuture |
---|
IoFuture.HandlingNotifier<T,A>, IoFuture.Notifier<T,A>, IoFuture.Status |
Constructor Summary | |
---|---|
AbstractFutureConnection()
|
Method Summary | |
---|---|
FutureConnection<A,T> |
cancel()
Cancel an operation. |
Methods inherited from class org.jboss.xnio.AbstractIoFuture |
---|
addNotifier, await, await, awaitInterruptibly, awaitInterruptibly, finishCancel, get, getException, getInterruptibly, getNotifierExecutor, getStatus, runNotifier, setException, setResult |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jboss.xnio.FutureConnection |
---|
getLocalAddress |
Methods inherited from interface org.jboss.xnio.IoFuture |
---|
addNotifier, await, await, awaitInterruptibly, awaitInterruptibly, get, getException, getInterruptibly, getStatus |
Constructor Detail |
---|
public AbstractFutureConnection()
Method Detail |
---|
public FutureConnection<A,T> cancel()
AbstractIoFuture.finishCancel()
method to indicate that the cancel was successful. The
default implementation does nothing.
cancel
in interface FutureConnection<A,T>
cancel
in interface IoFuture<T>
cancel
in class AbstractIoFuture<T>
IoFuture
instance
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |