de.avetana.bluetooth.obex
Interface CommandHandler

All Known Implementing Classes:
OBEXConnection, SessionNotifierImpl

public interface CommandHandler


Method Summary
 HeaderSet createHeaderSet()
           
 Authenticator getAuthenticator()
           
 int getMTU()
           
 byte[] receiveCommand()
           
 void sendCommand(int type, byte[] b)
           
 

Method Detail

receiveCommand

public byte[] receiveCommand()
                      throws java.io.IOException
Throws:
java.io.IOException

sendCommand

public void sendCommand(int type,
                        byte[] b)
                 throws java.io.IOException
Throws:
java.io.IOException

getMTU

public int getMTU()

createHeaderSet

public HeaderSet createHeaderSet()

getAuthenticator

public Authenticator getAuthenticator()