play.core.server

common

package common

Visibility
  1. Public
  2. All

Type Members

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

    Basic information about an HTTP connection.

  2. class ServerResultException extends Exception

    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

Ungrouped