Searched refs:ServerOperation (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/obex/javax/obex/
H A DServerSession.java181 * <code>ServerOperation</code> object to the request handler. The
182 * <code>ServerOperation</code> object will handle the rest of the request.
186 * <code>ServerOperation</code> object will always reply with a
193 ServerOperation op = new ServerOperation(this, mInput, type, mMaxPacketLength, mListener);
226 * <code>ServerOperation</code> object to the request handler. The
227 * <code>ServerOperation</code> object will handle the rest of the request.
231 * <code>ServerOperation</code> object will always reply with a
238 ServerOperation op = new ServerOperation(thi
[all...]
H A DServerOperation.java55 public final class ServerOperation implements Operation, BaseStream { class in inherits:Operation,BaseStream
92 * Creates new ServerOperation
101 public ServerOperation(ServerSession p, InputStream in, int request, int maxSize, method in class:ServerOperation
150 throw new IOException("ServerOperation can not handle such request");

Completed in 37 milliseconds