Uses of Class
com.github.kokorin.jaffree.net.TcpServer
Packages that use TcpServer
Package
Description
Classes used to integrate with ffmpeg.
Classes used to integrate with ffprobe.
Classes used to interact with ffmpeg via local TCP connection.
-
Uses of TcpServer in com.github.kokorin.jaffree.ffmpeg
Constructors in com.github.kokorin.jaffree.ffmpeg with parameters of type TcpServer -
Uses of TcpServer in com.github.kokorin.jaffree.ffprobe
Constructors in com.github.kokorin.jaffree.ffprobe with parameters of type TcpServer -
Uses of TcpServer in com.github.kokorin.jaffree.net
Subclasses of TcpServer in com.github.kokorin.jaffree.netModifier and TypeClassDescriptionclassSimple FTP server intended to work only with ffmpeg.classTcpServerimplementation usingTcpNegotiatorto serve TCP connection.