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 Connection
public InputStream getInputStream() throws IOException
getInputStream
in interface Connection
IOException
public OutputStream getOutputStream() throws IOException
getOutputStream
in interface Connection
IOException
Copyright © 2006-2013 The LaSalle Technology Group, LLC. All Rights Reserved.