Home
last modified time | relevance | path

Searched defs:InboundHandlerConfig (Results 1 – 12 of 12) sorted by relevance

/dports/security/xray-core/Xray-core-1.5.0/core/
H A Dconfig.pb.go122 type InboundHandlerConfig struct { struct
123 state protoimpl.MessageState
124 sizeCache protoimpl.SizeCache
125 unknownFields protoimpl.UnknownFields
136 func (x *InboundHandlerConfig) Reset() {
145 func (x *InboundHandlerConfig) String() string {
149 func (*InboundHandlerConfig) ProtoMessage() {}
151 func (x *InboundHandlerConfig) ProtoReflect() protoreflect.Message {
164 func (*InboundHandlerConfig) Descriptor() ([]byte, []int) {
168 func (x *InboundHandlerConfig) GetTag() string {
[all …]
H A Dxray.go99 func AddInboundHandler(server *Instance, config *InboundHandlerConfig) error {
115 func addInboundHandlers(server *Instance, configs []*InboundHandlerConfig) error {
H A Dconfig.proto41 message InboundHandlerConfig { message
/dports/net/v2ray/v2ray-core-4.36.2/
H A Dconfig.pb.go127 type InboundHandlerConfig struct { struct
128 state protoimpl.MessageState
129 sizeCache protoimpl.SizeCache
130 unknownFields protoimpl.UnknownFields
141 func (x *InboundHandlerConfig) Reset() {
150 func (x *InboundHandlerConfig) String() string {
154 func (*InboundHandlerConfig) ProtoMessage() {}
156 func (x *InboundHandlerConfig) ProtoReflect() protoreflect.Message {
169 func (*InboundHandlerConfig) Descriptor() ([]byte, []int) {
173 func (x *InboundHandlerConfig) GetTag() string {
[all …]
H A Dv2ray.go99 func AddInboundHandler(server *Instance, config *InboundHandlerConfig) error {
115 func addInboundHandlers(server *Instance, configs []*InboundHandlerConfig) error {
H A Dconfig.proto41 message InboundHandlerConfig { message
/dports/security/xray-core/Xray-core-1.5.0/app/proxyman/
H A Dconfig.pb.go407 type InboundHandlerConfig struct { struct
408 state protoimpl.MessageState
409 sizeCache protoimpl.SizeCache
410 unknownFields protoimpl.UnknownFields
417 func (x *InboundHandlerConfig) Reset() {
426 func (x *InboundHandlerConfig) String() string {
430 func (*InboundHandlerConfig) ProtoMessage() {}
432 func (x *InboundHandlerConfig) ProtoReflect() protoreflect.Message {
445 func (*InboundHandlerConfig) Descriptor() ([]byte, []int) {
449 func (x *InboundHandlerConfig) GetTag() string {
[all …]
H A Dconfig.proto81 message InboundHandlerConfig { message
/dports/net/v2ray/v2ray-core-4.36.2/app/proxyman/
H A Dconfig.pb.go404 type InboundHandlerConfig struct { struct
405 state protoimpl.MessageState
406 sizeCache protoimpl.SizeCache
407 unknownFields protoimpl.UnknownFields
414 func (x *InboundHandlerConfig) Reset() {
423 func (x *InboundHandlerConfig) String() string {
427 func (*InboundHandlerConfig) ProtoMessage() {}
429 func (x *InboundHandlerConfig) ProtoReflect() protoreflect.Message {
442 func (*InboundHandlerConfig) Descriptor() ([]byte, []int) {
446 func (x *InboundHandlerConfig) GetTag() string {
[all …]
H A Dconfig.proto80 message InboundHandlerConfig { message
/dports/security/xray-core/Xray-core-1.5.0/app/proxyman/inbound/
H A Dinbound.go140 func NewHandler(ctx context.Context, config *core.InboundHandlerConfig) (inbound.Handler, error) {
/dports/net/v2ray/v2ray-core-4.36.2/app/proxyman/inbound/
H A Dinbound.go137 func NewHandler(ctx context.Context, config *core.InboundHandlerConfig) (inbound.Handler, error) {