This commit is contained in:
crusader 2017-11-30 15:10:16 +09:00
parent fd0e05fce2
commit 032f2604e5

View File

@ -13,6 +13,8 @@ import (
) )
type Socket interface { type Socket interface {
Context() SocketContext
// Subprotocol returns the negotiated protocol for the connection. // Subprotocol returns the negotiated protocol for the connection.
Subprotocol() string Subprotocol() string