net.sourceforge.jwap.wsp
Interface IWSPUpperLayer2

All Superinterfaces:
IWSPUpperLayer

public interface IWSPUpperLayer2
extends IWSPUpperLayer

Author:
Niko Bender

Method Summary
 void s_connect_cnf()
          Benachrichtigung bei connect
 void s_disconnect_ind(CWSPSocketAddress[] redirectInfo)
           
 void s_disconnect_ind(java.net.InetAddress[] redirectInfo)
           
 void s_disconnect_ind(short reason)
           
 void s_methodResult_ind(CWSPResult result)
           
 void s_resume_cnf()
           
 void s_suspend_ind(short reason)
           
 
Methods inherited from interface net.sourceforge.jwap.wsp.IWSPUpperLayer
s_methodResult_ind
 

Method Detail

s_connect_cnf

public void s_connect_cnf()
Description copied from interface: IWSPUpperLayer
Benachrichtigung bei connect
Specified by:
s_connect_cnf in interface IWSPUpperLayer

s_suspend_ind

public void s_suspend_ind(short reason)
Specified by:
s_suspend_ind in interface IWSPUpperLayer

s_resume_cnf

public void s_resume_cnf()
Specified by:
s_resume_cnf in interface IWSPUpperLayer

s_disconnect_ind

public void s_disconnect_ind(short reason)
Specified by:
s_disconnect_ind in interface IWSPUpperLayer

s_disconnect_ind

public void s_disconnect_ind(java.net.InetAddress[] redirectInfo)
Specified by:
s_disconnect_ind in interface IWSPUpperLayer

s_disconnect_ind

public void s_disconnect_ind(CWSPSocketAddress[] redirectInfo)

s_methodResult_ind

public void s_methodResult_ind(CWSPResult result)