protocbridge

frontend

package frontend

Visibility
  1. Public
  2. All

Type Members

  1. class BridgeApp extends AnyRef

  2. trait PluginFrontend extends AnyRef

    A PluginFrontend instance provides a platform-dependent way for protoc to communicate with a JVM based ProtocCodeGenerator.

Value Members

  1. object PluginFrontend

  2. object PosixPluginFrontend extends PluginFrontend

    PluginFrontend for Unix-like systems (Linux, Mac, etc)

  3. object WindowsPluginFrontend extends PluginFrontend

    A PluginFrontend that binds a server socket to a local interface.

Ungrouped