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 PRFDProxy
PR.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 PRFDProxy
PR.NewTCPSocket()
Open a new TCP Socket and create a new PRFDProxy for that socket.static PRFDProxy
Open 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 int
Close an existing PRFDProxy, clearing the pointer if successful.static int
Close an existing PRFDProxy with an option to clear the pointer.static SSLFDProxy
Import 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 int
Send the specified bytes via the PRFDProxy, given the specified send flags and timeout value.static int
Shutdown an existing PRFDProxy.static int
Write the specified bytes to the PRFDProxy.