OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ServerRequestHandler
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/obex/javax/obex/
SessionNotifier.java
45
* <code>
ServerRequestHandler
</code> argument that will process the requests
87
ObexSession acceptAndOpen(
ServerRequestHandler
handler) throws IOException;
127
ObexSession acceptAndOpen(
ServerRequestHandler
handler, Authenticator auth) throws IOException;
ServerRequestHandler.java
36
* The <code>
ServerRequestHandler
</code> class defines an event listener that
70
public class
ServerRequestHandler
{
75
* Creates a <code>
ServerRequestHandler
</code>.
77
protected
ServerRequestHandler
() {
ServerOperation.java
85
private
ServerRequestHandler
mListener;
102
ServerRequestHandler
listen) throws IOException {
523
* by a call to <code>
ServerRequestHandler
.createHeaderSet()</code>
ServerSession.java
55
private
ServerRequestHandler
mListener;
71
public ServerSession(ObexTransport trans,
ServerRequestHandler
handler, Authenticator auth)
154
* <code>
ServerRequestHandler
</code> object. After the handler processes the
281
* <code>
ServerRequestHandler
</code> object. After the handler processes the
408
* <code>
ServerRequestHandler
</code> object. After the handler processes the
512
* <code>
ServerRequestHandler
</code> object. After the handler processes the
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
TestActivity.java
68
import javax.obex.
ServerRequestHandler
;
455
class TestTcpServer extends
ServerRequestHandler
implements Runnable {
456
private static final String TAG = "
ServerRequestHandler
";
573
public ServerSession acceptAndOpen(
ServerRequestHandler
handler, Authenticator auth)
588
public ServerSession acceptAndOpen(
ServerRequestHandler
handler) throws IOException {
BluetoothOppObexServerSession.java
56
import javax.obex.
ServerRequestHandler
;
62
public class BluetoothOppObexServerSession extends
ServerRequestHandler
implements
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java
49
import javax.obex.
ServerRequestHandler
;
56
public class BluetoothPbapObexServer extends
ServerRequestHandler
{
[
all
...]
Completed in 52 milliseconds