gconn

package
v1.11.4 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2024 License: BSD-3-Clause Imports: 9 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client is an implementation of a connection that talks over RPC.

func NewClient

func NewClient(client connpb.ConnClient, local, remote net.Addr, toClose ...io.Closer) *Client

NewClient returns a connection connected to a remote connection

func (*Client) Close

func (c *Client) Close() error

func (*Client) LocalAddr

func (c *Client) LocalAddr() net.Addr

func (*Client) Read

func (c *Client) Read(p []byte) (int, error)

func (*Client) RemoteAddr

func (c *Client) RemoteAddr() net.Addr

func (*Client) SetDeadline

func (c *Client) SetDeadline(t time.Time) error

func (*Client) SetReadDeadline

func (c *Client) SetReadDeadline(t time.Time) error

func (*Client) SetWriteDeadline

func (c *Client) SetWriteDeadline(t time.Time) error

func (*Client) Write

func (c *Client) Write(b []byte) (int, error)

type Server

type Server struct {
	connpb.UnsafeConnServer
	// contains filtered or unexported fields
}

Server is an http.Conn that is managed over RPC.

func NewServer

func NewServer(conn net.Conn, closer *grpcutils.ServerCloser) *Server

NewServer returns an http.Conn managed remotely

func (*Server) Close

func (*Server) Read

func (*Server) SetDeadline

func (s *Server) SetDeadline(_ context.Context, req *connpb.SetDeadlineRequest) (*emptypb.Empty, error)

func (*Server) SetReadDeadline

func (s *Server) SetReadDeadline(_ context.Context, req *connpb.SetDeadlineRequest) (*emptypb.Empty, error)

func (*Server) SetWriteDeadline

func (s *Server) SetWriteDeadline(_ context.Context, req *connpb.SetDeadlineRequest) (*emptypb.Empty, error)

func (*Server) Write

Jump to

Keyboard shortcuts

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