|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Session
Session Note that session level flow control is handled internally by Proton.
| Method Summary | |
|---|---|
Connection |
getConnection()
|
int |
getIncomingBytes()
|
int |
getIncomingCapacity()
|
int |
getOutgoingBytes()
|
Session |
next(EnumSet<EndpointState> local,
EnumSet<EndpointState> remote)
|
Receiver |
receiver(String name)
Returns a newly created receiver endpoint |
Sender |
sender(String name)
Returns a newly created sender endpoint |
void |
setIncomingCapacity(int bytes)
|
| Methods inherited from interface org.apache.qpid.proton.engine.Endpoint |
|---|
close, free, getCondition, getContext, getLocalState, getRemoteCondition, getRemoteState, open, setCondition, setContext |
| Method Detail |
|---|
Sender sender(String name)
Receiver receiver(String name)
Session next(EnumSet<EndpointState> local,
EnumSet<EndpointState> remote)
Connection getConnection()
int getIncomingCapacity()
void setIncomingCapacity(int bytes)
int getIncomingBytes()
int getOutgoingBytes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||