KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > microedition > io > SocketConnection

javax.microedition.io
Interface SocketConnection

All Superinterfaces:
Connection, InputConnection, OutputConnection, StreamConnection
All Known Subinterfaces:
SecureConnection

public static final byte DELAY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getAddress()
                  throws java.io.IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getLocalAddress()
                       throws java.io.IOException
See Also:
ServerSocketConnection
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getLocalPort()
                 throws java.io.IOException
See Also:
ServerSocketConnection
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getPort()
            throws java.io.IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getSocketOption(byte option)
                    throws IllegalArgumentException,
                           java.io.IOException
See Also:
setSocketOption(byte, int)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final byte KEEPALIVE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final byte LINGER
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final byte RCVBUF
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setSocketOption(byte option,
                            int value)
                     throws IllegalArgumentException,
                            java.io.IOException
See Also:
getSocketOption(byte)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final byte SNDBUF
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags