|
Project JXTA | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.net.Socket
net.jxta.impl.endpoint.tls.TlsSocket
A "shim" socket which we provide to the TLS layer.
Field Summary | |
(package private) boolean |
connected
|
(package private) JTlsInputStream |
input
|
(package private) JTlsOutputStream |
output
|
Fields inherited from class java.net.Socket |
|
Constructor Summary | |
TlsSocket(JTlsInputStream useInput,
JTlsOutputStream useOutput)
Creates a new instance of TlsSocket |
Method Summary | |
void |
close()
|
SocketChannel |
getChannel()
|
InetAddress |
getInetAddress()
|
InputStream |
getInputStream()
|
InetAddress |
getLocalAddress()
|
SocketAddress |
getLocalSocketAddress()
|
OutputStream |
getOutputStream()
|
SocketAddress |
getRemoteSocketAddress()
|
boolean |
isBound()
|
boolean |
isConnected()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
final JTlsInputStream input
final JTlsOutputStream output
boolean connected
Constructor Detail |
public TlsSocket(JTlsInputStream useInput, JTlsOutputStream useOutput)
Method Detail |
public void close() throws IOException
IOException
public InputStream getInputStream() throws IOException
IOException
public OutputStream getOutputStream() throws IOException
IOException
public boolean isBound()
public boolean isConnected()
public InetAddress getInetAddress()
public InetAddress getLocalAddress()
public SocketAddress getRemoteSocketAddress()
public SocketAddress getLocalSocketAddress()
public SocketChannel getChannel()
|
JXTA J2SE | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |