Uses of Interface
com.microsoft.playwright.impl.Transport
-
Packages that use Transport Package Description com.microsoft.playwright.impl -
-
Uses of Transport in com.microsoft.playwright.impl
Classes in com.microsoft.playwright.impl that implement Transport Modifier and Type Class Description (package private) classJsonPipeclassPipeTransport(package private) classTransportLoggerFields in com.microsoft.playwright.impl declared as Transport Modifier and Type Field Description private TransportConnection. transportprivate TransportTransportLogger. transportConstructors in com.microsoft.playwright.impl with parameters of type Transport Constructor Description Connection(Transport transport, java.util.Map<java.lang.String,java.lang.String> env)Connection(Transport transport, java.util.Map<java.lang.String,java.lang.String> env, boolean isRemote)Connection(Transport pipe, java.util.Map<java.lang.String,java.lang.String> env, LocalUtils localUtils)TransportLogger(Transport transport)
-