server

package
v0.0.0-...-f465a65 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2024 License: Apache-2.0 Imports: 7 Imported by: 6

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConnectionHandler

type ConnectionHandler interface {
	HandleConnection(net.Conn)
}

type Server

type Server struct {
	// contains filtered or unexported fields
}

func NewServer

func NewServer(
	logger lager.Logger,
	listenAddress string,
	connectionHandler ConnectionHandler,
	idleConnTimeout time.Duration,
) *Server

func (*Server) IsStopping

func (s *Server) IsStopping() bool

func (*Server) ListenAddr

func (s *Server) ListenAddr() (net.Addr, error)

func (*Server) Run

func (s *Server) Run(signals <-chan os.Signal, ready chan<- struct{}) error

func (*Server) Serve

func (s *Server) Serve()

func (*Server) SetListener

func (s *Server) SetListener(listener net.Listener) error

func (*Server) Shutdown

func (s *Server) Shutdown()

Directories

Path Synopsis
Code generated by counterfeiter.
Code generated by counterfeiter.

Jump to

Keyboard shortcuts

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