ant -f C:\\x-nps-gitlab\\NetworkedGraphicsMV3500\\examples -Dnb.internal.action.name=run run
init:
Deleting: C:\x-nps-gitlab\NetworkedGraphicsMV3500\examples\build\built-jar.properties
deps-jar:
Updating property file: C:\x-nps-gitlab\NetworkedGraphicsMV3500\examples\build\built-jar.properties
compile:
run:
HttpWebPageSource: create http connection and retrieve default page
Reference:  https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol
Reference:  https://tools.ietf.org/html/rfc7230

New socket WEB_ADDRESS=www.nps.edu
GET /index.html HTTP/1.0

1: HTTP/1.1 301 Moved Permanently
2: Date: Mon, 12 Aug 2019 00:15:08 GMT
3: Server: Apache
4: Location: https:///index.html
5: Content-Length: 227
6: Connection: close
7: Content-Type: text/html; charset=iso-8859-1
8: 
9: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
10: <html><head>
11: <title>301 Moved Permanently</title>
12: </head><body>
13: <h1>Moved Permanently</h1>
14: <p>The document has moved <a href="https:///index.html">here</a>.</p>
15: </body></html>
HttpWebPageSource: response finished
BUILD SUCCESSFUL (total time: 0 seconds)