public interface TimeoutConstraint
An example of its usage is
dependency resolvers
when they are resolving module descriptor and/or are downloading the artifacts.
Modifier and Type | Method and Description |
---|---|
int |
getConnectionTimeout() |
int |
getReadTimeout() |
int getConnectionTimeout()
TimeoutConstraint
decide what kind of timeout semantics to use while establishing a connection (for example,
some implementations can decide to use some default value).int getReadTimeout()
TimeoutConstraint
decide what kind of timeout
semantics to use reading from the resource (for example, some implementations can decide to
use some default value).Copyright ©2007-2022 The Apache Software Foundation, Licensed under Apache License, Version 2.0.