Class NamedPipeSocketFactory.NamedPipeSocket
java.lang.Object
java.net.Socket
com.mysql.jdbc.NamedPipeSocketFactory.NamedPipeSocket
- All Implemented Interfaces:
Closeable, AutoCloseable
- Enclosing class:
NamedPipeSocketFactory
A socket that encapsulates named pipes on Windows
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Socket
bind, connect, connect, getChannel, getInetAddress, getKeepAlive, getLocalAddress, getLocalPort, getLocalSocketAddress, getOOBInline, getOption, getPort, getReceiveBufferSize, getRemoteSocketAddress, getReuseAddress, getSendBufferSize, getSoLinger, getSoTimeout, getTcpNoDelay, getTrafficClass, isBound, isConnected, isInputShutdown, isOutputShutdown, sendUrgentData, setKeepAlive, setOOBInline, setOption, setPerformancePreferences, setReceiveBufferSize, setReuseAddress, setSendBufferSize, setSocketImplFactory, setSoLinger, setSoTimeout, setTcpNoDelay, setTrafficClass, shutdownInput, shutdownOutput, supportedOptions, toString
-
Constructor Details
-
NamedPipeSocket
NamedPipeSocket(String filePath) throws IOException - Throws:
IOException
-
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classSocket- Throws:
IOException- See Also:
-
getInputStream
- Overrides:
getInputStreamin classSocket- Throws:
IOException- See Also:
-
getOutputStream
- Overrides:
getOutputStreamin classSocket- Throws:
IOException- See Also:
-
isClosed
-