org.apache.qpid.proton.engine.impl
Class SessionImpl
java.lang.Object
org.apache.qpid.proton.engine.impl.EndpointImpl
org.apache.qpid.proton.engine.impl.SessionImpl
- All Implemented Interfaces:
- Endpoint, Session
public class SessionImpl
- extends EndpointImpl
- implements Session
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionImpl
public SessionImpl(ConnectionImpl connection)
open
public void open()
- Specified by:
open in interface Endpoint- Overrides:
open in class EndpointImpl
close
public void close()
- Specified by:
close in interface Endpoint- Overrides:
close in class EndpointImpl
sender
public SenderImpl sender(String name)
- Specified by:
sender in interface Session
receiver
public ReceiverImpl receiver(String name)
- Specified by:
receiver in interface Session
next
public Session next(EnumSet<EndpointState> local,
EnumSet<EndpointState> remote)
- Specified by:
next in interface Session
getConnectionImpl
protected ConnectionImpl getConnectionImpl()
- Specified by:
getConnectionImpl in class EndpointImpl
getConnection
public ConnectionImpl getConnection()
- Specified by:
getConnection in interface Session
free
public void free()
- Specified by:
free in interface Endpoint- Overrides:
free in class EndpointImpl
clearIncomingWindowResize
public boolean clearIncomingWindowResize()
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.