Home
last modified time | relevance | path

Searched defs:idleListener (Results 1 – 10 of 10) sorted by relevance

/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/tools/internal/jsonrpc2_v2/
H A Dserve.go176 type idleListener struct { struct
177 wrapped Listener
178 timeout time.Duration
179 newConns chan *idleCloser
180 closed chan struct{}
181 wasTimeout chan struct{}
182 closeOnce sync.Once
211 func (l *idleListener) Accept(ctx context.Context) (io.ReadWriteCloser, error) {
234 func (l *idleListener) Close() error {
239 func (l *idleListener) Dialer() Dialer {
[all …]
/dports/security/xray-core/Xray-core-1.5.0/vendor/golang.org/x/tools/internal/jsonrpc2_v2/
H A Dserve.go189 type idleListener struct { struct
190 wrapped Listener
191 timeout time.Duration
192 newConns chan *idleCloser
193 closed chan struct{}
194 wasTimeout chan struct{}
195 closeOnce sync.Once
224 func (l *idleListener) Accept(ctx context.Context) (io.ReadWriteCloser, error) {
247 func (l *idleListener) Close() error {
252 func (l *idleListener) Dialer() Dialer {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/golang.org/x/tools/internal/jsonrpc2_v2/
H A Dserve.go189 type idleListener struct { struct
190 wrapped Listener
191 timeout time.Duration
192 newConns chan *idleCloser
193 closed chan struct{}
194 wasTimeout chan struct{}
195 closeOnce sync.Once
224 func (l *idleListener) Accept(ctx context.Context) (io.ReadWriteCloser, error) {
247 func (l *idleListener) Close() error {
252 func (l *idleListener) Dialer() Dialer {
[all …]
/dports/dns/blocky/blocky-0.17/vendor/golang.org/x/tools/internal/jsonrpc2_v2/
H A Dserve.go176 type idleListener struct { struct
177 wrapped Listener
178 timeout time.Duration
179 newConns chan *idleCloser
180 closed chan struct{}
181 wasTimeout chan struct{}
182 closeOnce sync.Once
211 func (l *idleListener) Accept(ctx context.Context) (io.ReadWriteCloser, error) {
234 func (l *idleListener) Close() error {
239 func (l *idleListener) Dialer() Dialer {
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/golang.org/x/tools/internal/jsonrpc2_v2/
H A Dserve.go189 type idleListener struct { struct
190 wrapped Listener
191 timeout time.Duration
192 newConns chan *idleCloser
193 closed chan struct{}
194 wasTimeout chan struct{}
195 closeOnce sync.Once
224 func (l *idleListener) Accept(ctx context.Context) (io.ReadWriteCloser, error) {
247 func (l *idleListener) Close() error {
252 func (l *idleListener) Dialer() Dialer {
[all …]
/dports/sysutils/restic/restic-0.12.1/vendor/golang.org/x/tools/internal/jsonrpc2_v2/
H A Dserve.go189 type idleListener struct { struct
190 wrapped Listener
191 timeout time.Duration
192 newConns chan *idleCloser
193 closed chan struct{}
194 wasTimeout chan struct{}
195 closeOnce sync.Once
224 func (l *idleListener) Accept(ctx context.Context) (io.ReadWriteCloser, error) {
247 func (l *idleListener) Close() error {
252 func (l *idleListener) Dialer() Dialer {
[all …]
/dports/net/storj/storj-1.45.3/vendor/golang.org/x/tools/internal/jsonrpc2_v2/
H A Dserve.go171 type idleListener struct { struct
172 wrapped Listener
173 timeout time.Duration
174 newConns chan *idleCloser
175 closed chan struct{}
176 wasTimeout chan struct{}
177 closeOnce sync.Once
206 func (l *idleListener) Accept(ctx context.Context) (io.ReadWriteCloser, error) {
229 func (l *idleListener) Close() error {
234 func (l *idleListener) Dialer() Dialer {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/tools/internal/jsonrpc2_v2/
H A Dserve.go189 type idleListener struct { struct
190 wrapped Listener
191 timeout time.Duration
192 newConns chan *idleCloser
193 closed chan struct{}
194 wasTimeout chan struct{}
195 closeOnce sync.Once
224 func (l *idleListener) Accept(ctx context.Context) (io.ReadWriteCloser, error) {
247 func (l *idleListener) Close() error {
252 func (l *idleListener) Dialer() Dialer {
[all …]
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/golang.org/x/tools/internal/jsonrpc2_v2/
H A Dserve.go176 type idleListener struct { struct
177 wrapped Listener
178 timeout time.Duration
179 newConns chan *idleCloser
180 closed chan struct{}
181 wasTimeout chan struct{}
182 closeOnce sync.Once
211 func (l *idleListener) Accept(ctx context.Context) (io.ReadWriteCloser, error) {
234 func (l *idleListener) Close() error {
239 func (l *idleListener) Dialer() Dialer {
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/addons/
H A DSaveAllDirtyPartsAddon.java148 private final Listener idleListener; field in SaveAllDirtyPartsAddon