object Server
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Server
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
final
case class
Start(port: Int = 0) extends Product with Serializable
Holds server start information.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def acceptContinue: UServer
- val advancedLeakDetection: UServer
- def app[R, E](http: HttpApp[R, E]): Server[R, E]
-
def
apply[R, E](http: HttpApp[R, E]): Server[R, E]
Creates a server from a http app.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bind(inetSocketAddress: InetSocketAddress): UServer
- def bind(inetAddress: InetAddress, port: Int): UServer
- def bind(hostname: String, port: Int): UServer
- def bind(port: Int): UServer
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val consolidateFlush: UServer
- val disableFlowControl: UServer
- val disableKeepAlive: UServer
- val disableLeakDetection: UServer
- def enableObjectAggregator(maxRequestSize: Int = Int.MaxValue): UServer
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def error[R](errorHandler: (Throwable) ⇒ ZIO[R, Nothing, Unit]): Server[R, Nothing]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def make[R](server: Server[R, Throwable]): ZIO[R with EventLoopGroup with ServerChannelFactory with Scope, Throwable, Start]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val paranoidLeakDetection: UServer
- def port(port: Int): UServer
- def requestDecompression(strict: Boolean): UServer
- val simpleLeakDetection: UServer
- def ssl(sslOptions: ServerSSLOptions): UServer
- def start[R](socketAddress: InetSocketAddress, http: HttpApp[R, Throwable]): ZIO[R, Throwable, Nothing]
- def start[R](address: InetAddress, port: Int, http: HttpApp[R, Throwable]): ZIO[R, Throwable, Nothing]
-
def
start[R](port: Int, http: HttpApp[R, Throwable]): ZIO[R, Throwable, Nothing]
Launches the app on the provided port.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def unsafePipeline(pipeline: (ChannelPipeline) ⇒ Unit): UServer
- def unsafeServerBootstrap(serverBootstrap: (ServerBootstrap) ⇒ Unit): UServer
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )