|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Operation | |
|---|---|
| com.intel.bluetooth.obex | BlueCove JSR-82 OBEX implementation. |
| javax.obex | JSR 82: Java APIs for Bluetooth http://jcp.org/en/jsr/detail?id=82 |
| Uses of Operation in com.intel.bluetooth.obex |
|---|
| Methods in com.intel.bluetooth.obex that return Operation | |
|---|---|
Operation |
OBEXClientSessionImpl.get(HeaderSet headers)
|
Operation |
OBEXClientSessionImpl.put(HeaderSet headers)
|
| Uses of Operation in javax.obex |
|---|
| Methods in javax.obex that return Operation | |
|---|---|
Operation |
ClientSession.get(HeaderSet headers)
Performs an OBEX GET operation. |
Operation |
ClientSession.put(HeaderSet headers)
Performs an OBEX PUT operation. |
| Methods in javax.obex with parameters of type Operation | |
|---|---|
int |
ServerRequestHandler.onGet(Operation op)
Called when a GET request is received. |
int |
ServerRequestHandler.onPut(Operation op)
Called when a PUT request is received. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||