javax.obex
Interface ClientSession

All Superinterfaces:
Connection

public interface ClientSession
extends Connection


Method Summary
 HeaderSet connect(HeaderSet arg1)
           
 HeaderSet createHeaderSet()
           
 HeaderSet delete(HeaderSet arg1)
           
 HeaderSet disconnect(HeaderSet arg1)
           
 Operation get(HeaderSet arg1)
           
 long getConnectionID()
           
 Operation put(HeaderSet arg1)
           
 void setAuthenticator(Authenticator arg1)
           
 void setConnectionID(long arg1)
           
 HeaderSet setPath(HeaderSet arg1, boolean arg2, boolean arg3)
           
 
Methods inherited from interface javax.microedition.io.Connection
close
 

Method Detail

setAuthenticator

void setAuthenticator(Authenticator arg1)

createHeaderSet

HeaderSet createHeaderSet()

setConnectionID

void setConnectionID(long arg1)

getConnectionID

long getConnectionID()

connect

HeaderSet connect(HeaderSet arg1)
                  throws IOException
Throws:
IOException

disconnect

HeaderSet disconnect(HeaderSet arg1)
                     throws IOException
Throws:
IOException

setPath

HeaderSet setPath(HeaderSet arg1,
                  boolean arg2,
                  boolean arg3)
                  throws IOException
Throws:
IOException

delete

HeaderSet delete(HeaderSet arg1)
                 throws IOException
Throws:
IOException

get

Operation get(HeaderSet arg1)
              throws IOException
Throws:
IOException

put

Operation put(HeaderSet arg1)
              throws IOException
Throws:
IOException


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