type crypto/tls.QUICConn
12 uses
crypto/tls (current package)
quic.go#L43: type QUICConn struct {
quic.go#L142: func QUICClient(config *QUICConfig) *QUICConn {
quic.go#L150: func QUICServer(config *QUICConfig) *QUICConn {
quic.go#L154: func newQUICConn(conn *Conn) *QUICConn {
quic.go#L160: return &QUICConn{
quic.go#L169: func (q *QUICConn) Start(ctx context.Context) error {
quic.go#L186: func (q *QUICConn) NextEvent() QUICEvent {
quic.go#L205: func (q *QUICConn) Close() error {
quic.go#L218: func (q *QUICConn) HandleData(level QUICEncryptionLevel, data []byte) error {
quic.go#L263: func (q *QUICConn) SendSessionTicket(opts QUICSessionTicketOptions) error {
quic.go#L279: func (q *QUICConn) ConnectionState() ConnectionState {
quic.go#L287: func (q *QUICConn) SetTransportParameters(params []byte) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |