|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OutgoingPush
Push interface on which outgoing messages are passed to a protocol. Outgoing messages are messages going down the protocol stack.
IncomingPush
,
Push
Method Summary | |
---|---|
void |
outgoingClose(IncomingPush incomingPush)
Closes the communication channel. |
void |
outgoingPush(Message message)
Gives an outgoing message to a protocol. |
Method Detail |
---|
void outgoingPush(Message message) throws IOPushException
message
- the message to give to the component.
IOPushException
- if an exception occurs.void outgoingClose(IncomingPush incomingPush) throws IOException
IncomingPush.incomingClosed(java.lang.Object, java.lang.Exception)
method, since this latter
is only used to inform a upper session that a lower session has been closed
unexpectedly.
incomingPush
- the interface on which incoming messages of the closed
communication channel were received.
IOException
- the closing process failed.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |