Lines Matching full:connection
38 * The <code>SessionNotifier</code> interface defines a connection notifier for
41 * to create a connection at the transport layer. When the transport layer
42 * connection is received, the <code>acceptAndOpen()</code> method will return a
43 * <code>javax.microedition.io.Connection</code> that is the connection to the
52 * Waits for a transport layer connection to be established and specifies
54 * associated with this connection, therefore, it is implementation
63 * connection attempts by clients.
83 * @return the connection to the client
90 * Waits for a transport layer connection to be established and specifies
100 * connection attempts by clients.
120 * @param auth the <code>Authenticator</code> to use with this connection;
123 * @return the connection to the client