public static class InternalJettyServletRequest.RequestData extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
authType |
boolean |
isSecure |
String |
localAddress |
String |
localName |
int |
localPort |
String |
remoteAddress |
int |
remotePort |
| Constructor and Description |
|---|
RequestData(String remoteAddress,
boolean isSecure,
int remotePort,
String localName,
String localAddress,
int localPort,
String authType) |
| Modifier and Type | Method and Description |
|---|---|
static InternalJettyServletRequest.RequestData |
from(javax.servlet.http.HttpServletRequest req) |
public final String remoteAddress
public final boolean isSecure
public final int remotePort
public final String localName
public final String localAddress
public final int localPort
public final String authType
public static InternalJettyServletRequest.RequestData from(javax.servlet.http.HttpServletRequest req)
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.