|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Future
An internal Future implementation used by Transport to notify Socket when the
transport has connected and available.
| Method Summary | |
|---|---|
Future |
done()
Mark the future done. |
Future |
fire(Object message)
Send data to the remote Server. |
| Methods inherited from interface java.util.concurrent.Future |
|---|
cancel, get, get, isCancelled, isDone |
| Method Detail |
|---|
Future fire(Object message)
throws IOException
message - the message to fire
Future
IOExceptionFuture done()
Future
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||