Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/OpenFeign/feign
/ options
Method
options
core/src/main/java/feign/Feign.java:158–161 ·
view source on GitHub ↗
(Options options)
Source
from the content-addressed store, hash-verified
156
}
157
158
@Override
159
public
Builder options(Options options) {
160
return
super.options(options);
161
}
162
163
@Override
164
public
Builder requestInterceptor(RequestInterceptor requestInterceptor) {
Callers
15
reactorTargetFull
Method · 0.45
internalBuild
Method · 0.45
main
Method · 0.45
levelEmitsOnReadTimeout
Method · 0.45
noFollowRedirect
Method · 0.45
socketTimeoutTest
Method · 0.45
normalResponseTest
Method · 0.45
normalResponseForChildOptionsTest
Method · 0.45
socketTimeoutWithMethodOptionsTest
Method · 0.45
normalResponseWithMethodOptionsTest
Method · 0.45
noFollowRedirect
Method · 0.45
followRedirect
Method · 0.45
Calls
no outgoing calls
Tested by
13
reactorTargetFull
Method · 0.36
levelEmitsOnReadTimeout
Method · 0.36
noFollowRedirect
Method · 0.36
socketTimeoutTest
Method · 0.36
normalResponseTest
Method · 0.36
normalResponseForChildOptionsTest
Method · 0.36
socketTimeoutWithMethodOptionsTest
Method · 0.36
normalResponseWithMethodOptionsTest
Method · 0.36
noFollowRedirect
Method · 0.36
followRedirect
Method · 0.36
timeoutTest
Method · 0.36
feignOptionsFollowRedirect
Method · 0.36