Home > Contents > Index >
ICS.clientIsSS
Discovers whether the current request is coming from a browser or from Satellite.
There are two variants:
ICS.clientIsSS
Given an
ics
object, determines whether the current request is coming from a browser or from Satellite.Syntax
public static boolean clientIsSS(ICS ics)Parameters
ics
- The current context.
Returns
Returns
true
if the client rquest is coming from Satellite. Returnsfalse
otherwise.
ICS.clientIsSS
Given an
ics
object, determines whether the current request is coming from a browser or from Satellite.Syntax
public static boolean clientIsSS(HttpServletRequest req)Parameters
req
- Specify an
HttpServletRequest
object.
Returns
Returns
true
if the client rquest is coming from Satellite. Returnsfalse
otherwise.
Home > Contents > Index > ![]()
Oracle JAVA Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.