OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:obex
(Results
1 - 18
of
18
) sorted by null
/frameworks/base/obex/javax/obex/
SessionNotifier.java
33
package javax.
obex
;
39
* server-side
OBEX
connections. When a <code>SessionNotifier</code> is created
58
* <H4>Additional Note for
OBEX
over Bluetooth</H4> If this method is called
72
* <LI>L2CAP, RFCOMM and
OBEX
must all be in the ProtocolDescriptorList
82
* @param handler the request handler that will respond to
OBEX
requests
95
* <H4>Additional Note for
OBEX
over Bluetooth</H4> If this method is called
109
* <LI>L2CAP, RFCOMM and
OBEX
must all be in the ProtocolDescriptorList
119
* @param handler the request handler that will respond to
OBEX
requests
Authenticator.java
33
package javax.
obex
;
43
* For more information on how the authentication procedure works in
OBEX
,
50
* <code>onAuthenticationChallenge()</code> method will be invoked by the
OBEX
71
* not <code>null</code>, the
OBEX
API implementation will combine the password
BaseStream.java
33
package javax.
obex
;
PasswordAuthentication.java
33
package javax.
obex
;
ObexSession.java
33
package javax.
obex
;
39
* "
OBEX
Connection" as defined in the IrDA Object Exchange Protocol v1.2, which
40
* could be the server-side view of an
OBEX
connection, or the client-side view
ObexTransport.java
33
package javax.
obex
;
43
* connection which carries the
OBEX
protocol( such as TCP, RFCOMM device file
ServerRequestHandler.java
33
package javax.
obex
;
37
* will respond to
OBEX
requests made to the server.
54
* an
OBEX
operation and a Connection ID was specified, no Connection ID will be
Operation.java
33
package javax.
obex
;
43
*
OBEX
PUT or GET operation. The implementation of this interface sends
OBEX
53
* <code>getLength()</code> will return the length specified by the
OBEX
Length
54
* header or -1 if the
OBEX
Length header was not included. <BR>
55
* <code>getType()</code> will return the value specified in the
OBEX
Type
56
* header or <code>null</code> if the
OBEX
Type header was not included.<BR>
105
* signal that the request is done. (In
OBEX
terms, the End-Of-Body header
112
* signal that the request is done. (In
OBEX
terms, the final bit in the request
125
* @throws IOException if the transaction has already ended or if an
OBEX
[
all
...]
PrivateInputStream.java
33
package javax.
obex
;
PrivateOutputStream.java
33
package javax.
obex
;
ApplicationParameter.java
33
package javax.
obex
;
ClientOperation.java
33
package javax.
obex
;
137
* @throws IOException if the transaction has already ended or if an
OBEX
331
* Specifies the headers that should be sent in the next
OBEX
message that
444
throw new IOException("
OBEX
Packet exceeds max packet size");
ClientSession.java
33
package javax.
obex
;
41
* This class in an implementation of the
OBEX
ClientSession.
48
// Determines if an
OBEX
layer connection has been established
54
* The max Packet size must be at least 256 according to the
OBEX
92
* Write the
OBEX
CONNECT packet to the server.
95
* Byte 3:
OBEX
Version Number (Presently, 0x10)
97
* Byte 5&6: Max
OBEX
Packet Length (Defined in MAX_PACKET_SIZE)
120
* Read the response from the
OBEX
server.
123
* Byte 3:
OBEX
Version Number
125
* Byte 5&6: Max
OBEX
packet Lengt
[
all
...]
HeaderSet.java
33
package javax.
obex
;
41
* This class implements the javax.
obex
.HeaderSet interface for
OBEX
over
48
* Represents the
OBEX
Count header. This allows the connection statement to
56
* Represents the
OBEX
Name header. This specifies the name of the object.
63
* Represents the
OBEX
Type header. This allows a request to specify the
71
* Represents the
OBEX
Length header. This is the length of the object in
79
* Represents the
OBEX
Time header using the ISO 8601 standards. This is the
87
* Represents the
OBEX
Time header using the 4 byte representation. This is
96
* Represents the
OBEX
Description header. This is a text description of th
[
all
...]
ResponseCodes.java
33
package javax.
obex
;
56
* Defines the
OBEX
CONTINUE response code.
63
* Defines the
OBEX
SUCCESS response code.
70
* Defines the
OBEX
CREATED response code.
77
* Defines the
OBEX
ACCEPTED response code.
84
* Defines the
OBEX
NON-AUTHORITATIVE INFORMATION response code.
91
* Defines the
OBEX
NO CONTENT response code.
98
* Defines the
OBEX
RESET CONTENT response code.
105
* Defines the
OBEX
PARTIAL CONTENT response code.
112
* Defines the
OBEX
MULTIPLE_CHOICES response code
[
all
...]
ObexHelper.java
33
package javax.
obex
;
45
* This class defines a set of helper methods for the implementation of
Obex
.
51
* Defines the basic packet length used by
OBEX
. Every
OBEX
packet has the
62
* The maximum packet size for
OBEX
packets that this client can handle. At
125
* The first two bits of an
OBEX
Header specifies the type of object that is
331
* Creates the header part of
OBEX
packet based on the header provided.
339
* @return the header of an
OBEX
packet
[
all
...]
ServerOperation.java
33
package javax.
obex
;
47
* complete and requires an additional
OBEX
packet. 0x82 is a PUT request that
325
throw new IOException("
OBEX
Packet exceeds max packet size");
510
* @throws IOException if the transaction has already ended or if an
OBEX
530
* Specifies the headers that should be sent in the next
OBEX
message that
ServerSession.java
33
package javax.
obex
;
42
* This class in an implementation of the
OBEX
ServerSession.
47
private static final String TAG = "
Obex
ServerSession";
392
// Compute Length of
OBEX
SETPATH packet
401
* Write the
OBEX
SETPATH packet to the server. Byte 0: response code
491
// Compute Length of
OBEX
CONNECT packet
505
* Write the
OBEX
DISCONNECT packet to the server. Byte 0: response code
535
* Read in the length of the
OBEX
packet,
OBEX
version, flags, and max
626
// Compute Length of
OBEX
CONNECT packe
[
all
...]
Completed in 141 milliseconds