1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-04-10 15:55:32 -04:00

InboundHandler.Proxy()

This commit is contained in:
Darien Raymond
2017-01-15 00:57:06 +01:00
parent 34a2ae0ab7
commit f2b1d5b60c
6 changed files with 42 additions and 6 deletions

View File

@@ -54,6 +54,8 @@ type InboundHandler interface {
Close()
// Port returns the port that the handler is listening on.
Port() net.Port
Network() net.NetworkList
}
// An OutboundHandler handles outbound network connection for V2Ray.