MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / setHeader

Method setHeader

src/main/java/core/org/xbill/DNS/Message.java:152–155  ·  view source on GitHub ↗

Replaces the Header with a new one. @see Header

(Header h)

Source from the content-addressed store, hash-verified

150 * @see Header
151 */
152public void
153setHeader(Header h) {
154 header = h;
155}
156
157/**
158 * Retrieves the Header.

Callers 1

buildErrorMessageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected