Use is subject to License Terms. Your use of this web site or any of its contents or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR 82

javax.obex
Interface Operation

All Superinterfaces:
javax.microedition.io.Connection, javax.microedition.io.ContentConnection, javax.microedition.io.InputConnection, javax.microedition.io.OutputConnection, javax.microedition.io.StreamConnection

public interface Operation
extends javax.microedition.io.ContentConnection

This interface is defined by the JSR-82 specification Java™ APIs for Bluetooth™ Wireless Technology, Version 1.1.


Method Summary
 void abort()
           
 HeaderSet getReceivedHeaders()
           
 int getResponseCode()
           
 void sendHeaders(HeaderSet headers)
           
 
Methods inherited from interface javax.microedition.io.ContentConnection
getEncoding, getLength, getType
 
Methods inherited from interface javax.microedition.io.InputConnection
openDataInputStream, openInputStream
 
Methods inherited from interface javax.microedition.io.Connection
close
 
Methods inherited from interface javax.microedition.io.OutputConnection
openDataOutputStream, openOutputStream
 
Methods inherited from interface javax.microedition.io.Connection
close
 

Method Detail

abort

void abort()
           throws java.io.IOException
Throws:
java.io.IOException

getReceivedHeaders

HeaderSet getReceivedHeaders()
                             throws java.io.IOException
Throws:
java.io.IOException

sendHeaders

void sendHeaders(HeaderSet headers)
                 throws java.io.IOException
Throws:
java.io.IOException

getResponseCode

int getResponseCode()
                    throws java.io.IOException
Throws:
java.io.IOException

JSR 82

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 82 specification.