public abstract class StreamConnection extends Object implements CompilerConnection
| Constructor and Description |
|---|
StreamConnection() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract InputStream |
getInputStream() |
protected abstract OutputStream |
getOutputStream() |
sass.embedded_protocol.EmbeddedSass.OutboundMessage |
readResponse() |
void |
sendMessage(sass.embedded_protocol.EmbeddedSass.InboundMessage inboundMessage) |
protected abstract InputStream getInputStream() throws IOException
IOExceptionprotected abstract OutputStream getOutputStream() throws IOException
IOExceptionpublic void sendMessage(sass.embedded_protocol.EmbeddedSass.InboundMessage inboundMessage)
throws IOException
sendMessage in interface CompilerConnectionIOExceptionpublic sass.embedded_protocol.EmbeddedSass.OutboundMessage readResponse()
throws IOException
readResponse in interface CompilerConnectionIOException