Package

play.core.server

common

Permalink

package common

Visibility
  1. Public
  2. All

Type Members

  1. final case class ConnectionInfo(address: InetAddress, secure: Boolean) extends Product with Serializable

    Permalink

    Basic information about an HTTP connection.

  2. class ServerResultException extends Exception

    Permalink

    This exception occurs when the Play server experiences an error while processing a Result.

    This exception occurs when the Play server experiences an error while processing a Result. For example, this exception might occur when attempting to convert the Play result to the backend server's internal response format.

Value Members

  1. object ServerResultUtils

    Permalink
  2. object WebSocketFlowHandler

    Permalink

Ungrouped