Lines Matching full:operation
43 * This class implements the Operation interface for server side connections.
55 public final class ServerOperation implements Operation, BaseStream {
240 * Determines if the operation should continue or should wait. If it should
241 * continue, this method will continue the operation.
243 * operation even if no headers will be sent; if <code>false</code>
244 * then this method will only continue the operation if there are
248 * @return <code>true</code> if the operation was completed;
249 * <code>false</code> if no operation took place
280 * <code>false</code> if no reply was received because the operation
344 // For Get operation: if response code is OBEX_HTTP_OK, then this is the
518 * Returns the headers that have been received during the operation.
521 * @return the headers received during this <code>Operation</code>
522 * @throws IOException if this <code>Operation</code> has been closed
533 * @throws IOException if this <code>Operation</code> has been closed or the
682 * @throws IOException if the operation has already ended or is closed
698 throw new IOException("Operation has already ended");
704 * operation is not done.
707 * anything on the server side since the operation of the Operation object
709 * @throws IOException if the operation is completed
716 * on the server side since the operation of the Operation object is not