public class IfxCss
extends java.lang.Object
| Constructor and Description |
|---|
IfxCss(java.io.InputStream in,
java.io.OutputStream out,
java.lang.String csmInfo,
java.lang.String clientLocale,
IfxCsm.Credentials creds) |
IfxCss(java.net.Socket soc,
java.lang.String csmInfo,
java.lang.String clientLocale,
IfxCsm.Credentials creds) |
| Modifier and Type | Method and Description |
|---|---|
void |
createContext() |
java.io.FilterInputStream |
getIfxCssInputStream() |
java.io.FilterOutputStream |
getIfxCssOutputStream() |
public IfxCss(java.net.Socket soc,
java.lang.String csmInfo,
java.lang.String clientLocale,
IfxCsm.Credentials creds)
throws IfxCSSException
IfxCSSExceptionpublic IfxCss(java.io.InputStream in,
java.io.OutputStream out,
java.lang.String csmInfo,
java.lang.String clientLocale,
IfxCsm.Credentials creds)
throws IfxCSSException
IfxCSSExceptionpublic void createContext()
throws IfxCSSException
IfxCSSExceptionpublic java.io.FilterInputStream getIfxCssInputStream()
throws IfxCSSException
IfxCSSExceptionpublic java.io.FilterOutputStream getIfxCssOutputStream()
throws IfxCSSException
IfxCSSException