Interface CompilerConnection
-
- All Superinterfaces:
AutoCloseable
,Closeable
- All Known Implementing Classes:
ProcessConnection
,SocketConnection
,StreamConnection
public interface CompilerConnection extends Closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description sass.embedded_protocol.EmbeddedSass.OutboundMessage
readResponse()
void
sendMessage(sass.embedded_protocol.EmbeddedSass.InboundMessage inboundMessage)
-
-
-
Method Detail
-
sendMessage
void sendMessage(sass.embedded_protocol.EmbeddedSass.InboundMessage inboundMessage) throws IOException
- Throws:
IOException
-
readResponse
sass.embedded_protocol.EmbeddedSass.OutboundMessage readResponse() throws IOException
- Throws:
IOException
-
-