server

package
v1.11.369 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 24, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Server

type Server interface {
	Listen()
	Close() error
}

type ServerCreator

type ServerCreator func() (server Server)

func NewTCPServerCreator

func NewTCPServerCreator(handlerCreator handler.HandlerCreator, host string, port int) ServerCreator

func NewTCPTLSServerCreator

func NewTCPTLSServerCreator(handlerCreator handler.HandlerCreator, host string, port int, certificate tls.Certificate) ServerCreator

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL