public class LocalConnection extends Object implements Connection
| Constructor and Description |
|---|
LocalConnection(LocalConnection localConnection) |
LocalConnection(LocalEndpoint remote,
LocalEndpoint local) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
InputStream |
getInputStream() |
OutputStream |
getOutputStream() |
public LocalConnection(LocalEndpoint remote, LocalEndpoint local)
public LocalConnection(LocalConnection localConnection)
public void close()
close in interface Connectionpublic InputStream getInputStream() throws IOException
getInputStream in interface ConnectionIOExceptionpublic OutputStream getOutputStream() throws IOException
getOutputStream in interface ConnectionIOExceptionCopyright © 2006-2013 The LaSalle Technology Group, LLC. All Rights Reserved.