MillRpcWireTransport
mill.rpc.MillRpcWireTransport
class MillRpcWireTransport(val name: String, serverToClient: BufferedReader, clientToServer: PrintStream, writeSynchronizer: AnyRef) extends AutoCloseable
Attributes
- Source
- MillRpcWireTransport.scala
- Graph
-
- Supertypes
-
trait AutoCloseableclass Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Attributes
- Source
- MillRpcWireTransport.scala
Attributes
- Source
- MillRpcWireTransport.scala
def readAndTryToParse[A](log: String => Unit)(using evidence$1: Reader[A], typeName: TPrint[A]): Option[A]
Attributes
- Source
- MillRpcWireTransport.scala
final def readAndTryToParse[A : Reader](typeName: String, log: String => Unit, firstInvocation: Boolean): Option[A]
Helper that reads a message from the wire and tries to parse it, logging along the way.
Helper that reads a message from the wire and tries to parse it, logging along the way.
Attributes
- Source
- MillRpcWireTransport.scala
Attributes
- Source
- MillRpcWireTransport.scala
Helper that writes a message to the wire, logging along the way.
Helper that writes a message to the wire, logging along the way.
Attributes
- Source
- MillRpcWireTransport.scala
Concrete fields
Attributes
- Source
- MillRpcWireTransport.scala
In this article