|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.microemu.cldc.socket.SocketConnection
org.microemu.cldc.ssl.Connection
public class Connection
| Field Summary |
|---|
| Fields inherited from class org.microemu.cldc.socket.SocketConnection |
|---|
socket |
| Fields inherited from interface javax.microedition.io.SocketConnection |
|---|
DELAY, KEEPALIVE, LINGER, RCVBUF, SNDBUF |
| Constructor Summary | |
|---|---|
Connection()
|
|
| Method Summary | |
|---|---|
void |
close()
|
javax.microedition.io.SecurityInfo |
getSecurityInfo()
|
javax.microedition.io.Connection |
open(java.lang.String name)
|
| Methods inherited from class org.microemu.cldc.socket.SocketConnection |
|---|
getAddress, getLocalAddress, getLocalPort, getPort, getSocketOption, openDataInputStream, openDataOutputStream, openInputStream, openOutputStream, setSocketOption |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.microedition.io.SocketConnection |
|---|
getAddress, getLocalAddress, getLocalPort, getPort, getSocketOption, setSocketOption |
| Methods inherited from interface javax.microedition.io.InputConnection |
|---|
openDataInputStream, openInputStream |
| Methods inherited from interface javax.microedition.io.OutputConnection |
|---|
openDataOutputStream, openOutputStream |
| Constructor Detail |
|---|
public Connection()
| Method Detail |
|---|
public javax.microedition.io.Connection open(java.lang.String name)
throws java.io.IOException
open in interface org.microemu.cldc.ClosedConnectionjava.io.IOException
public void close()
throws java.io.IOException
close in interface javax.microedition.io.Connectionclose in class SocketConnectionjava.io.IOException
public javax.microedition.io.SecurityInfo getSecurityInfo()
throws java.io.IOException
getSecurityInfo in interface javax.microedition.io.SecureConnectionjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||