public interface ConnectionHandler extends SASLEndpoint
| Modifier and Type | Method and Description |
|---|---|
boolean |
closedForInput() |
int |
getMaxFrameSize() |
void |
handleError(Error parsingError) |
void |
receive(short channel,
Object val) |
void |
receiveAttach(short channel,
Attach attach) |
void |
receiveBegin(short channel,
Begin begin) |
void |
receiveClose(short channel,
Close close) |
void |
receiveDetach(short channel,
Detach detach) |
void |
receiveDisposition(short channel,
Disposition disposition) |
void |
receiveEnd(short channel,
End end) |
void |
receiveFlow(short channel,
Flow flow) |
void |
receiveOpen(short channel,
Open close) |
void |
receiveTransfer(short channel,
Transfer transfer) |
receiveSaslChallenge, receiveSaslInit, receiveSaslMechanisms, receiveSaslOutcome, receiveSaslResponsevoid receiveOpen(short channel,
Open close)
void receiveClose(short channel,
Close close)
void receiveBegin(short channel,
Begin begin)
void receiveEnd(short channel,
End end)
void receiveAttach(short channel,
Attach attach)
void receiveDetach(short channel,
Detach detach)
void receiveTransfer(short channel,
Transfer transfer)
void receiveDisposition(short channel,
Disposition disposition)
void receiveFlow(short channel,
Flow flow)
int getMaxFrameSize()
void handleError(Error parsingError)
boolean closedForInput()
void receive(short channel,
Object val)
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.