Uses of Class
org.glassfish.grizzly.spdy.Source
Packages that use Source
-
Uses of Source in org.glassfish.grizzly.spdy
Methods in org.glassfish.grizzly.spdy that return SourceModifier and TypeMethodDescriptionSource.SourceFactory.createBufferSource(org.glassfish.grizzly.Buffer buffer) CreateSourcebased onBuffer.Source.SourceFactory.createByteArraySource(byte[] array) CreateSourcebased on byte array.Source.SourceFactory.createByteArraySource(byte[] array, int offs, int len) CreateSourcebased on byte array.Source.SourceFactory.createFileSource(File file) Source.SourceFactory.createFileSource(String filename) CreateSourcebased on file.Source.SourceFactory.createStringSource(String string) Source.SourceFactory.createStringSource(String string, Charset charset) PushResource.getSource()Returns theSourceto be pushed.Methods in org.glassfish.grizzly.spdy with parameters of type Source