Uses of Interface
org.apache.qpid.proton.engine.Session
-
Packages that use Session Package Description org.apache.qpid.proton.engine org.apache.qpid.proton.engine.impl -
-
Uses of Session in org.apache.qpid.proton.engine
Subinterfaces of Session in org.apache.qpid.proton.engine Modifier and Type Interface Description interfaceProtonJSessionExtendsSessionwith functionality that is specific to proton-jMethods in org.apache.qpid.proton.engine that return Session Modifier and Type Method Description SessionEvent. getSession()SessionLink. getSession()SessionSession. next(java.util.EnumSet<EndpointState> local, java.util.EnumSet<EndpointState> remote)SessionConnection. session()Returns a newly created session TODO does the Connection's channel-max property limit how many sessions can be created, or opened, or neither?SessionConnection. sessionHead(java.util.EnumSet<EndpointState> local, java.util.EnumSet<EndpointState> remote)Returns the head of the list of sessions in the specified states. -
Uses of Session in org.apache.qpid.proton.engine.impl
Classes in org.apache.qpid.proton.engine.impl that implement Session Modifier and Type Class Description classSessionImplMethods in org.apache.qpid.proton.engine.impl that return Session Modifier and Type Method Description SessionSessionImpl. next(java.util.EnumSet<EndpointState> local, java.util.EnumSet<EndpointState> remote)SessionConnectionImpl. sessionHead(java.util.EnumSet<EndpointState> local, java.util.EnumSet<EndpointState> remote)
-