HomeSort by relevance Sort by last modified time
    Searched defs:obex (Results 1 - 19 of 19) 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;
ObexPacket.java 18 package javax.obex;
34 * Create a complete OBEX packet by reading data from an InputStream.
36 * @return the OBEX packet read.
45 * Read the remainder of an OBEX packet, with a specified headerId.
48 * @return the OBEX packet read.
ObexTransport.java 33 package javax.obex;
43 * connection which carries the OBEX protocol( such as TCP, RFCOMM device file
77 * Must return the maximum allowed OBEX packet that can be sent over
80 * The returned value will be used to set the outgoing OBEX packet
82 * For RFCOMM or other transport types where the OBEX packets size
84 * @return the maximum allowed OBEX packet that can be send over
90 * Must return the maximum allowed OBEX packet that can be received over
95 * For RFCOMM or other transport types where the OBEX packets size
97 * @return the maximum allowed OBEX packet that can be send over
ObexSession.java 33 package javax.obex;
41 * "OBEX Connection" as defined in the IrDA Object Exchange Protocol v1.2, which
42 * could be the server-side view of an OBEX connection, or the client-side view
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...]
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
PrivateInputStream.java 33 package javax.obex;
PrivateOutputStream.java 33 package javax.obex;
ApplicationParameter.java 33 package javax.obex;
HeaderSet.java 34 package javax.obex;
42 * This class implements the javax.obex.HeaderSet interface for OBEX over
43 * RFCOMM or OBEX over l2cap.
49 * Represents the OBEX Count header. This allows the connection statement to
57 * Represents the OBEX Name header. This specifies the name of the object.
64 * Represents the OBEX Type header. This allows a request to specify the
72 * Represents the OBEX Length header. This is the length of the object in
80 * Represents the OBEX Time header using the ISO 8601 standards. This is the
88 * Represents the OBEX Time header using the 4 byte representation. This i
    [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...]
ClientOperation.java 35 package javax.obex;
94 // a different OBEX packet than the SRMP header.
170 * @throws IOException if the transaction has already ended or if an OBEX
366 * Specifies the headers that should be sent in the next OBEX message that
484 throw new IOException("OBEX Packet exceeds max packet size");
598 * Call this only when a complete obex packet have been received.
602 * into every OBEX packet, hence if another header occupies the entire packet,
ClientSession.java 35 package javax.obex;
45 * This class in an implementation of the OBEX ClientSession.
54 // Determines if an OBEX layer connection has been established
60 * The max Packet size must be at least 255 according to the OBEX
86 * @param trans The transport to use for OBEX transactions
120 * Write the OBEX CONNECT packet to the server.
123 * Byte 3: OBEX Version Number (Presently, 0x10)
125 * Byte 5&6: Max OBEX Packet Length (Defined in MAX_PACKET_SIZE)
150 * Read the response from the OBEX server.
153 * Byte 3: OBEX Version Numbe
    [all...]
ServerSession.java 35 package javax.obex;
44 * This class in an implementation of the OBEX ServerSession.
49 private static final String TAG = "Obex ServerSession";
400 // Compute Length of OBEX SETPATH packet
409 * Write the OBEX SETPATH packet to the server. Byte 0: response code
500 // Compute Length of OBEX CONNECT packet
514 * Write the OBEX DISCONNECT packet to the server. Byte 0: response code
546 * Read in the length of the OBEX packet, OBEX version, flags, and max
650 // Compute Length of OBEX CONNECT packe
    [all...]
ObexHelper.java 35 package javax.obex;
49 * This class defines a set of helper methods for the implementation of Obex.
57 * Defines the basic packet length used by OBEX. Every OBEX packet has the
68 * The maximum packet size for OBEX packets that this client can handle. At
80 // The minimum allowed max packet size is 255 according to the OBEX specification
143 * The first two bits of an OBEX Header specifies the type of object that is
349 * Creates the header part of OBEX packet based on the header provided.
357 * @return the header of an OBEX packet
693 // If the SRM and SRMP header is in use, they must be send in the same OBEX packe
    [all...]
ServerOperation.java 34 package javax.obex;
50 * complete and requires an additional OBEX packet. 0x82 is a PUT request that
110 // a different OBEX packet than the SRMP header.
223 * @param packet the received obex packet
270 * @param data the OBEX packet data
379 // As we are not ensured that the SRM enable is in the first OBEX packet
419 throw new IOException("OBEX Packet exceeds max packet size");
527 // Read a complete OBEX Packet
585 * OBEX package.
632 * @throws IOException if the transaction has already ended or if an OBEX
    [all...]

Completed in 100 milliseconds