Package org.apache.qpid.proton.engine
Interface ProtonJSession
-
- All Superinterfaces:
Endpoint
,Extendable
,ProtonJEndpoint
,Session
- All Known Implementing Classes:
SessionImpl
public interface ProtonJSession extends Session, ProtonJEndpoint
ExtendsSession
with functionality that is specific to proton-j
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Sender
sender(java.lang.String name)
Returns a newly created sender endpoint-
Methods inherited from interface org.apache.qpid.proton.engine.Endpoint
close, free, getCondition, getContext, getLocalState, getRemoteCondition, getRemoteState, open, setCondition, setContext
-
Methods inherited from interface org.apache.qpid.proton.engine.Extendable
attachments
-
Methods inherited from interface org.apache.qpid.proton.engine.Session
getConnection, getDesiredCapabilities, getIncomingBytes, getIncomingCapacity, getOfferedCapabilities, getOutgoingBytes, getOutgoingWindow, getProperties, getRemoteDesiredCapabilities, getRemoteOfferedCapabilities, getRemoteProperties, next, receiver, setDesiredCapabilities, setIncomingCapacity, setOfferedCapabilities, setOutgoingWindow, setProperties
-
-