PageRenderTime 32ms queryTime 62ms sortTime 1ms getByIdsTime 1086ms findMatchingLines 4ms

3+ results for 'bindAndHandle' (32 ms)

Not the results you expected?
Tcp.scala https://github.com/bwmcadams/akka.git | Scala | 185 lines
                    
127   */
                    
128  def bindAndHandle(
                    
129    handler: Flow[ByteString, ByteString, _],
                    
                
SampleApp.scala https://github.com/fits/try_samples.git | Scala | 43 lines
                    
35
                    
36  val bindingFuture = Http().bindAndHandle(route, "localhost", 8080)
                    
37
                    
                
server_sample.groovy https://github.com/fits/try_samples.git | Groovy | 40 lines
                    
25
                    
26def binding = http.bindAndHandle(
                    
27	routeFlow, 
                    
                
 

Source

Language