Home | History | Annotate | Download | only in core

Lines Matching defs:Session

36      * A Session enables submitting multiple Requests for frames.
39 public interface Session extends SafeCloseable {
57 * Indicates that a session has been closed already, via
58 * {@link FrameServer.Session#close} and no more requests may be submitted.
68 * Creates an exclusive session. Blocks, if necessary, until any existing
69 * exclusive session is closed.
71 * @return A new session which may be used to interact with the underlying
75 public Session createExclusiveSession() throws InterruptedException;
79 * blocking if the session cannot be created immediately.
82 public Session tryCreateExclusiveSession();