public abstract class Socket extends AutoCloseable
Constructor and Description |
---|
Socket() |
Modifier and Type | Method and Description |
---|---|
abstract InputStream |
getInputStream() |
abstract OutputStream |
getOutputStream() |
abstract boolean |
isClosed() |
close
public abstract InputStream getInputStream()
public abstract OutputStream getOutputStream()
public abstract boolean isClosed()