Uses of Class
org.apache.qpid.proton.engine.impl.SessionImpl

Packages that use SessionImpl
org.apache.qpid.proton.engine.impl   
 

Uses of SessionImpl in org.apache.qpid.proton.engine.impl
 

Methods in org.apache.qpid.proton.engine.impl that return SessionImpl
 SessionImpl LinkImpl.getSession()
           
 SessionImpl ConnectionImpl.session()
           
 

Methods in org.apache.qpid.proton.engine.impl that return types with arguments of type SessionImpl
protected  org.apache.qpid.proton.engine.impl.LinkNode<SessionImpl> ConnectionImpl.addSessionEndpoint(SessionImpl endpoint)
           
 

Methods in org.apache.qpid.proton.engine.impl with parameters of type SessionImpl
protected  org.apache.qpid.proton.engine.impl.LinkNode<SessionImpl> ConnectionImpl.addSessionEndpoint(SessionImpl endpoint)
           
 

Constructors in org.apache.qpid.proton.engine.impl with parameters of type SessionImpl
LinkImpl(SessionImpl session, String name)
           
ReceiverImpl(SessionImpl session, String name)
           
SenderImpl(SessionImpl session, String name)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.