|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.net.Socket
com.mysql.jdbc.NamedPipeSocketFactory.NamedPipeSocket
A socket that encapsulates named pipes on Windows
Field Summary |
Fields inherited from class java.net.Socket |
|
Constructor Summary | |
(package private) |
NamedPipeSocketFactory.NamedPipeSocket(java.lang.String filePath)
|
Method Summary | |
void |
close()
|
java.io.InputStream |
getInputStream()
|
java.io.OutputStream |
getOutputStream()
|
boolean |
isClosed()
|
Methods inherited from class java.net.Socket |
bind, connect, connect, getChannel, getInetAddress, getKeepAlive, getLocalAddress, getLocalPort, getLocalSocketAddress, getOOBInline, getPort, getReceiveBufferSize, getRemoteSocketAddress, getReuseAddress, getSendBufferSize, getSoLinger, getSoTimeout, getTcpNoDelay, getTrafficClass, isBound, isConnected, isInputShutdown, isOutputShutdown, sendUrgentData, setKeepAlive, setOOBInline, setReceiveBufferSize, setReuseAddress, setSendBufferSize, setSocketImplFactory, setSoLinger, setSoTimeout, setTcpNoDelay, setTrafficClass, shutdownInput, shutdownOutput, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
NamedPipeSocketFactory.NamedPipeSocket(java.lang.String filePath) throws java.io.IOException
Method Detail |
public void close() throws java.io.IOException
java.io.IOException
Socket.close()
public java.io.InputStream getInputStream() throws java.io.IOException
java.io.IOException
Socket.getInputStream()
public java.io.OutputStream getOutputStream() throws java.io.IOException
java.io.IOException
Socket.getOutputStream()
public boolean isClosed()
Socket.isClosed()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |