Home
last modified time | relevance | path

Searched defs:OutboundHandlerConfig (Results 1 – 7 of 7) sorted by relevance

/dports/security/xray-core/Xray-core-1.5.0/core/
H A Dconfig.pb.go190 type OutboundHandlerConfig struct { struct
191 state protoimpl.MessageState
192 sizeCache protoimpl.SizeCache
193 unknownFields protoimpl.UnknownFields
207 func (x *OutboundHandlerConfig) Reset() {
216 func (x *OutboundHandlerConfig) String() string {
220 func (*OutboundHandlerConfig) ProtoMessage() {}
235 func (*OutboundHandlerConfig) Descriptor() ([]byte, []int) {
239 func (x *OutboundHandlerConfig) GetTag() string {
260 func (x *OutboundHandlerConfig) GetExpire() int64 {
[all …]
H A Dxray.go125 func AddOutboundHandler(server *Instance, config *OutboundHandlerConfig) error {
141 func addOutboundHandlers(server *Instance, configs []*OutboundHandlerConfig) error {
H A Dconfig.proto52 message OutboundHandlerConfig { message
/dports/net/v2ray/v2ray-core-4.36.2/
H A Dconfig.pb.go195 type OutboundHandlerConfig struct { struct
196 state protoimpl.MessageState
197 sizeCache protoimpl.SizeCache
198 unknownFields protoimpl.UnknownFields
212 func (x *OutboundHandlerConfig) Reset() {
221 func (x *OutboundHandlerConfig) String() string {
225 func (*OutboundHandlerConfig) ProtoMessage() {}
240 func (*OutboundHandlerConfig) Descriptor() ([]byte, []int) {
244 func (x *OutboundHandlerConfig) GetTag() string {
265 func (x *OutboundHandlerConfig) GetExpire() int64 {
[all …]
H A Dv2ray.go125 func AddOutboundHandler(server *Instance, config *OutboundHandlerConfig) error {
141 func addOutboundHandlers(server *Instance, configs []*OutboundHandlerConfig) error {
H A Dconfig.proto52 message OutboundHandlerConfig { message
/dports/security/xray-core/Xray-core-1.5.0/app/proxyman/outbound/
H A Dhandler.go63 func NewHandler(ctx context.Context, config *core.OutboundHandlerConfig) (outbound.Handler, error) {