MCPcopy Index your code
hub / github.com/YujiSoftware/JDK1.0 / getHeaderFieldInt

Method getHeaderFieldInt

src/java/net/URLConnection.java:137–142  ·  view source on GitHub ↗

Gets a header field by name. Returns null if not known. The field is parsed as an integer. This form of getHeaderField exists because some connection types (e.g. http-ng) have pre-parsed headers and this allows them to override this method and short-circuit the parsing. @param name the name of the

(String name, int Default)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

getContentLengthMethod · 0.95

Calls 2

parseIntMethod · 0.95
getHeaderFieldMethod · 0.95

Tested by

no test coverage detected