javax.obex
Interface Operation

All Superinterfaces:
Connection, ContentConnection, InputConnection, OutputConnection, StreamConnection

public interface Operation
extends ContentConnection


Method Summary
 void abort()
           
 HeaderSet getReceivedHeaders()
           
 int getResponseCode()
           
 void sendHeaders(HeaderSet arg1)
           
 
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 IOException
Throws:
IOException

getReceivedHeaders

HeaderSet getReceivedHeaders()
                             throws IOException
Throws:
IOException

sendHeaders

void sendHeaders(HeaderSet arg1)
                 throws IOException
Throws:
IOException

getResponseCode

int getResponseCode()
                    throws IOException
Throws:
IOException


Copyright © 2006-2007 Jayway AB. All Rights Reserved.