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

/frameworks/base/obex/javax/obex/
H A DServerOperation.java58 public final class ServerOperation implements Operation, BaseStream { class in inherits:Operation,BaseStream
60 private static final String TAG = "ServerOperation";
116 * Creates new ServerOperation
125 public ServerOperation(ServerSession p, InputStream in, int request, int maxSize, method in class:ServerOperation
177 throw new IOException("ServerOperation can not handle such request");

Completed in 84 milliseconds