javax.microedition.io
Interface SecureConnection

All Superinterfaces:
Connection, InputConnection, OutputConnection, SocketConnection, StreamConnection

public interface SecureConnection
extends SocketConnection


Field Summary
 
Fields inherited from interface javax.microedition.io.SocketConnection
DELAY, KEEPALIVE, LINGER, RCVBUF, SNDBUF
 
Method Summary
 SecurityInfo getSecurityInfo()
           
 
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
 
Methods inherited from interface javax.microedition.io.Connection
close
 

Method Detail

getSecurityInfo

SecurityInfo getSecurityInfo()
                             throws IOException
Throws:
IOException