Uses of Class
com.facilita.fc.jni.IpEndPoint
-
Packages that use IpEndPoint Package Description com.facilita.fc.jni Contains useful utility classes.com.facilita.fc.web The eggPlant Performance Web Java API makes it easy to perform load tests against web sites and services, by providing classes and methods that simulate the behaviour of a web browser sending/receiving HTTP(s) requests to/from a web server. -
-
Uses of IpEndPoint in com.facilita.fc.jni
Methods in com.facilita.fc.jni that return IpEndPoint Modifier and Type Method Description static IpEndPointIpEndPoint. getAll()Returns anIpEndPointobject which has the IP address that represents all IP addresses (usually only used in server scripts).static IpEndPointIpEndPoint. getAny()Returns a wildcardIpEndPointobject.static IpEndPointIpEndPoint. getBroadcast()Returns anIpEndPointobject which has an IP address that represents the broadcast address.static IpEndPointIpEndPoint. getLocal()Returns anIpEndPointobject with the localhost IP address (127.0.0.1).static IpEndPointIpEndPoint. getNone()Returns a noneIpEndPointobject.IpEndPointIpEndPoint. withPort(int port)Creates a copy of thisIpEndPointobject and sets the specified port number.Methods in com.facilita.fc.jni with parameters of type IpEndPoint Modifier and Type Method Description static longIpEndPoint. getCPtr(IpEndPoint obj)For internal use only.Constructors in com.facilita.fc.jni with parameters of type IpEndPoint Constructor Description IpEndPoint(IpEndPoint arg0)Creates a copy of the specifiedIpEndPointobject -
Uses of IpEndPoint in com.facilita.fc.web
Methods in com.facilita.fc.web that return IpEndPoint Modifier and Type Method Description IpEndPointUrl. getIpEndPoint()Gets theIpEndPointpointed to by thisUrl.IpEndPointWebBrowser. getLocalIpEndPoint()Gets the localIpEndPointto use when making a connection to a web server.Methods in com.facilita.fc.web with parameters of type IpEndPoint Modifier and Type Method Description voidRequest. addSubRequest(Protocol protocol, IpEndPoint ipEndPoint, java.lang.String path)Adds a URL to the list of sub-requests that will be fetched from the web server by this request.voidRequest. ignoreSubRequest(Protocol protocol, IpEndPoint ipEndPoint, java.lang.String path)Specifies a URL that will be ignored when fetching sub-requests from the web server.voidWebBrowser. setLocalIpEndPoint(IpEndPoint localIpEndPoint)Sets the localIpEndPointto use when making a connection to a web server.Constructors in com.facilita.fc.web with parameters of type IpEndPoint Constructor Description Url(Protocol protocol, IpEndPoint ipEndPoint)Creates aUrlobject with the specifiedprotocolandipEndPoint(host/port).Url(Protocol protocol, IpEndPoint ipEndPoint, java.lang.String path)Creates aUrlobject with the specifiedprotocol,ipEndPoint(host/port) andpath.Url(Protocol protocol, IpEndPoint ipEndPoint, java.lang.String path, QueryData queryData)Creates aUrlobject with the specifiedprotocol,ipEndPoint(host/port),pathandQueryDataobject.Url(Protocol protocol, IpEndPoint ipEndPoint, java.lang.String path, QueryData queryData, java.lang.String unsafeCharacters)Creates aUrlobject with the specifiedprotocol,ipEndPoint(host/port),pathandQueryDataobject.Url(Protocol protocol, IpEndPoint ipEndPoint, java.lang.String path, java.lang.String queryText)Creates aUrlobject with the specifiedprotocol,ipEndPoint(host/port),pathandqueryText String.
-