p

org.ensime

server

package server

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class ConnectionHandler extends Actor with ActorLogging

    Accepts RpcRequestEnvelope and responds with an RpcResponseEnvelope to target.

    Accepts RpcRequestEnvelope and responds with an RpcResponseEnvelope to target. Also sends asynchronous RpcResponseEnvelopes to target. Ensures that everything in and out is canonised.

  2. class DocsHandler extends SimpleChannelInboundHandler[FullHttpRequest]
  3. trait FramedStringProtocol extends Protocol with SLF4JLogging

    FramedStringProtocol is used to support stream based messaging (e.g.

    FramedStringProtocol is used to support stream based messaging (e.g. SWANK or JERKY over TCP). Each message consists of a 6 byte h

  4. class RequestHandler extends Actor with ActorLogging

    Spawned to listen to the server's response to an RpcRequest.

  5. class ServerActor extends Actor with ActorLogging
  6. trait SubprotocolEncoder extends AnyRef
  7. class SwankProtocol extends FramedStringProtocol
    Annotations
    @deprecating( "use SWANKY on WebSockets" )
  8. class SwankiProtocol extends FramedStringProtocol
    Annotations
    @deprecating( "use SWANKY on WebSockets" )
  9. class WebSocketFrameHandler extends SimpleChannelInboundHandler[WebSocketFrame]

Ungrouped