protocbridge

frontend

package frontend

Visibility
  1. Public
  2. All

Type Members

  1. trait PluginFrontend extends AnyRef

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

  2. class WindowsPluginFrontend extends PluginFrontend

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

Value Members

  1. object PluginFrontend

  2. object PosixPluginFrontend extends PluginFrontend

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

Ungrouped