javax.obex
Interface ClientSession
- All Superinterfaces:
- Connection
public interface ClientSession
- extends Connection
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.