Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.synchrona.jred
Interface Client  view Client download Client.java


public interface Client

Proxy for a remote IrDA device.


Method Summary
 void confirmConnectionRequest(byte[] serviceData)
           
 void confirmDisconnectRequest()
           
 void denyConnectionRequest()
           
 java.lang.String getDescription()
           
 byte[] getServiceData()
           
 void requestConnection()
          Sends a connection request to this client and returns.
 void requestDisconnect()
           
 void send(byte[] data, int offset, int length)
           
 

Method Detail

confirmConnectionRequest

public void confirmConnectionRequest(byte[] serviceData)

confirmDisconnectRequest

public void confirmDisconnectRequest()

denyConnectionRequest

public void denyConnectionRequest()

getDescription

public java.lang.String getDescription()

getServiceData

public byte[] getServiceData()

requestConnection

public void requestConnection()
Sends a connection request to this client and returns. The caller's clientConfirmsConnection() method will be called if the client accepts the request.


requestDisconnect

public void requestDisconnect()

send

public void send(byte[] data,
                 int offset,
                 int length)