|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectau.com.terabit.jproactor.IOOperation
au.com.terabit.jproactor.OpAccept
public class OpAccept
Th OpAccept class implements accept IO operation.
Copyright © 2003 Terabit Pty Ltd. All rights reserved.
$Revision$ $Date$| Field Summary | |
|---|---|
protected AsynchChannel |
m_acceptedChannel
Newly accepted connection instance |
| Fields inherited from class au.com.terabit.jproactor.IOOperation |
|---|
m_asynchChannel, m_errorCause |
| Method Summary | |
|---|---|
protected boolean |
execute()
|
AsynchChannel |
getAcceptedChannel()
Returns the result of the accept operation. |
void |
onComplete()
Dispatches accepted channel to the associated protocol so it can start execution. |
| Methods inherited from class au.com.terabit.jproactor.IOOperation |
|---|
getChannel, getError, getState |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected AsynchChannel m_acceptedChannel
| Method Detail |
|---|
protected boolean execute()
execute in class IOOperationpublic void onComplete()
IOOperation.onComplete(),
AsynchChannelHandler#acceptCompleted(OpAccept),
public AsynchChannel getAcceptedChannel()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||