Uses of Class
org.mozilla.jss.nss.PRFDProxy
Packages that use PRFDProxy
-
Uses of PRFDProxy in org.mozilla.jss.nss
Subclasses of PRFDProxy in org.mozilla.jss.nssMethods in org.mozilla.jss.nss that return PRFDProxyModifier and TypeMethodDescriptionstatic PRFDProxyPR.NewBufferPRFD(BufferProxy read_buf, BufferProxy write_buf, byte[] peer_info) Create a new j_buffer backed PRFileDesc, mimicing a TCP socket with the specified peer_info.static PRFDProxyPR.NewTCPSocket()Open a new TCP Socket and create a new PRFDProxy for that socket.static PRFDProxyOpen the file at name (with the specified flags and mode) and create a new PRFDProxy (to a NSPR PRFileDesc *) for that file.Methods in org.mozilla.jss.nss with parameters of type PRFDProxyModifier and TypeMethodDescriptionstatic intClose an existing PRFDProxy, clearing the pointer if successful.static intClose an existing PRFDProxy with an option to clear the pointer.static SSLFDProxyImport a file descriptor to create a new SSL file descriptor out of it.static byte[]SSL.ImportFDNative(PRFDProxy model, PRFDProxy fd) static byte[]Read up to amount bytes from a PRFDProxy.static byte[]Recv up to amount bytes from a PRFDProxy, given the specified receive flags and timeout value.static intSend the specified bytes via the PRFDProxy, given the specified send flags and timeout value.static intShutdown an existing PRFDProxy.static intWrite the specified bytes to the PRFDProxy.