public interface CompilerConnection extends Closeable
ProcessConnection,
ConnectionFactory.bundled()| Modifier and Type | Method and Description |
|---|---|
sass.embedded_protocol.EmbeddedSass.OutboundMessage |
readResponse()
Read a
EmbeddedSass.OutboundMessage from the compiler. |
void |
sendMessage(sass.embedded_protocol.EmbeddedSass.InboundMessage inboundMessage)
Send the given
EmbeddedSass.InboundMessage to the compiler. |
void sendMessage(sass.embedded_protocol.EmbeddedSass.InboundMessage inboundMessage)
throws IOException
EmbeddedSass.InboundMessage to the compiler.inboundMessage - The EmbeddedSass.InboundMessage to send.IOException - If the communication with the compiler fails.sass.embedded_protocol.EmbeddedSass.OutboundMessage readResponse()
throws IOException
EmbeddedSass.OutboundMessage from the compiler.EmbeddedSass.OutboundMessage sent by the compiler.IOException - If the communication with the compiler fails.